diff options
author | Yigit Sever | 2021-12-13 23:53:15 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-13 23:53:15 +0300 |
commit | 9d178c9efa7edaf34990e8b7411d632dc545fc90 (patch) | |
tree | e9220d7a3c95e4ef0bbd0f2d49aadcbdde3f757a /.config/nvim/lua | |
parent | bf2e592c7812ab4d14904a9a7337938411c9f86c (diff) | |
download | dotfiles-9d178c9efa7edaf34990e8b7411d632dc545fc90.tar.gz dotfiles-9d178c9efa7edaf34990e8b7411d632dc545fc90.tar.bz2 dotfiles-9d178c9efa7edaf34990e8b7411d632dc545fc90.zip |
nvim: update lualine
Diffstat (limited to '.config/nvim/lua')
-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 | } |