summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-01-06 21:09:59 +0300
committerYigit Sever2022-01-06 21:09:59 +0300
commit729f26862bc2ccc5f5fbc3cfc85537670f197fec (patch)
treea3316be21a1333e88739afddc966495bd9e6877b
parent0e7e4e0d3b659f169d88ba3929e7c0fb3736ef81 (diff)
downloaddotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.tar.gz
dotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.tar.bz2
dotfiles-729f26862bc2ccc5f5fbc3cfc85537670f197fec.zip
nvim: visible warning lualine colour
-rw-r--r--.config/nvim/lua/plugin_settings.lua4
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 {{{ --
132g.vimtex_view_method = 'zathura' 135g.vimtex_view_method = 'zathura'
133g.vimtex_quickfix_mode = 0 136g.vimtex_quickfix_mode = 0
137g.vimtex_quickfix_ignore_filters = {"Underfull", "Overfull"}
134-- }}} vimtex -- 138-- }}} vimtex --
135 139
136-- filetype.nvim {{{ -- 140-- filetype.nvim {{{ --