Fix: nvim_lsp -> nvim_diagnostic

This commit is contained in:
Bertrand Benjamin 2022-01-07 10:39:18 +01:00
parent 769acc8605
commit ba6bb2bfba
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ ins_left {
ins_left {
'diagnostics',
sources = {'nvim_lsp'},
sources = {'nvim_diagnostic'},
symbols = {error = '', warn = '', info = ''},
color_error = colors.red,
color_warn = colors.yellow,