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:
Prescott Murphy 2021-08-26 20:29:55 +00:00 committed by siduck76
parent 3c7de7a890
commit 59ec5a5fed
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ bufferline.setup {
show_buffer_close_icons = true, show_buffer_close_icons = true,
separator_style = "thin", separator_style = "thin",
always_show_bufferline = true, always_show_bufferline = true,
diagnostics = false, -- "or nvim-lsp" diagnostics = false, -- "or nvim_lsp"
custom_areas = { custom_areas = {
right = function() right = function()