From 59ec5a5fed955a984a8facd56b5706d2099855c3 Mon Sep 17 00:00:00 2001 From: Prescott Murphy Date: Thu, 26 Aug 2021 20:29:55 +0000 Subject: [PATCH] Correct bufferline diagnostics alternate setting Tiny change: the correct setting is `nvim_lsp` with an underscore, not a hyphen. https://github.com/akinsho/bufferline.nvim#lsp-indicators --- lua/plugins/configs/bufferline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/bufferline.lua b/lua/plugins/configs/bufferline.lua index 3a93953..8a15943 100644 --- a/lua/plugins/configs/bufferline.lua +++ b/lua/plugins/configs/bufferline.lua @@ -26,7 +26,7 @@ bufferline.setup { show_buffer_close_icons = true, separator_style = "thin", always_show_bufferline = true, - diagnostics = false, -- "or nvim-lsp" + diagnostics = false, -- "or nvim_lsp" custom_areas = { right = function()