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
This commit is contained in:
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…
Reference in New Issue