diff options
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 98a218e..449f6c0 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -72,7 +72,7 @@ require'lualine'.setup { | |||
72 | lualine_z = { | 72 | lualine_z = { |
73 | 'location', { | 73 | 'location', { |
74 | 'diagnostics', | 74 | 'diagnostics', |
75 | sources = {'nvim_lsp'}, | 75 | sources = {'nvim_diagnostic'}, |
76 | sections = {'error', 'warn', 'info', 'hint'}, | 76 | sections = {'error', 'warn', 'info', 'hint'}, |
77 | symbols = {error = 'e', warn = 'w', info = 'i', hint = 'h'} | 77 | symbols = {error = 'e', warn = 'w', info = 'i', hint = 'h'} |
78 | } | 78 | } |