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
navigator
Prescott Murphy 3 years ago committed by siduck76
parent 3c7de7a890
commit 59ec5a5fed

@ -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()

Loading…
Cancel
Save