Remove nvim_diagnostic from lualine diagnostic sources as it was double
counting the number of diagnostics with nvim_lsp
This commit is contained in:
parent
269d540212
commit
a8d998a545
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ return {
|
||||||
"branch",
|
"branch",
|
||||||
{
|
{
|
||||||
"diagnostics",
|
"diagnostics",
|
||||||
sources = { "nvim_lsp", "nvim_diagnostic", },
|
sources = { "nvim_lsp" },
|
||||||
sections = { "error", "warn", "info", "hint" },
|
sections = { "error", "warn", "info", "hint" },
|
||||||
update_in_insert = false,
|
update_in_insert = false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue