diff options
author | Yigit Sever | 2022-01-06 21:09:59 +0300 |
---|---|---|
committer | Yigit Sever | 2022-01-06 21:09:59 +0300 |
commit | 729f26862bc2ccc5f5fbc3cfc85537670f197fec (patch) | |
tree | a3316be21a1333e88739afddc966495bd9e6877b | |
parent | 0e7e4e0d3b659f169d88ba3929e7c0fb3736ef81 (diff) | |
download | dotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.tar.gz dotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.tar.bz2 dotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.zip |
nvim: visible warning lualine colour
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 449f6c0..537f908 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -74,6 +74,9 @@ require'lualine'.setup { | |||
74 | 'diagnostics', | 74 | 'diagnostics', |
75 | sources = {'nvim_diagnostic'}, | 75 | sources = {'nvim_diagnostic'}, |
76 | sections = {'error', 'warn', 'info', 'hint'}, | 76 | sections = {'error', 'warn', 'info', 'hint'}, |
77 | diagnostics_color = { | ||
78 | warn = { fg = '#6e6a86' }, | ||
79 | }, | ||
77 | symbols = {error = 'e', warn = 'w', info = 'i', hint = 'h'} | 80 | symbols = {error = 'e', warn = 'w', info = 'i', hint = 'h'} |
78 | } | 81 | } |
79 | } | 82 | } |
@@ -131,6 +134,7 @@ g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} | |||
131 | -- vimtex {{{ -- | 134 | -- vimtex {{{ -- |
132 | g.vimtex_view_method = 'zathura' | 135 | g.vimtex_view_method = 'zathura' |
133 | g.vimtex_quickfix_mode = 0 | 136 | g.vimtex_quickfix_mode = 0 |
137 | g.vimtex_quickfix_ignore_filters = {"Underfull", "Overfull"} | ||
134 | -- }}} vimtex -- | 138 | -- }}} vimtex -- |
135 | 139 | ||
136 | -- filetype.nvim {{{ -- | 140 | -- filetype.nvim {{{ -- |