Fix: nvim_lsp -> nvim_diagnostic
This commit is contained in:
parent
769acc8605
commit
ba6bb2bfba
@ -155,7 +155,7 @@ ins_left {
|
|||||||
|
|
||||||
ins_left {
|
ins_left {
|
||||||
'diagnostics',
|
'diagnostics',
|
||||||
sources = {'nvim_lsp'},
|
sources = {'nvim_diagnostic'},
|
||||||
symbols = {error = ' ', warn = ' ', info = ' '},
|
symbols = {error = ' ', warn = ' ', info = ' '},
|
||||||
color_error = colors.red,
|
color_error = colors.red,
|
||||||
color_warn = colors.yellow,
|
color_warn = colors.yellow,
|
||||||
|
Loading…
Reference in New Issue
Block a user