From 729f26862bc2ccc5f5fbc3cfc85537670f197fec Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 6 Jan 2022 21:09:59 +0300 Subject: nvim: visible warning lualine colour --- .config/nvim/lua/plugin_settings.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/nvim/lua') 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 { 'diagnostics', sources = {'nvim_diagnostic'}, sections = {'error', 'warn', 'info', 'hint'}, + diagnostics_color = { + warn = { fg = '#6e6a86' }, + }, symbols = {error = 'e', warn = 'w', info = 'i', hint = 'h'} } } @@ -131,6 +134,7 @@ g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} -- vimtex {{{ -- g.vimtex_view_method = 'zathura' g.vimtex_quickfix_mode = 0 +g.vimtex_quickfix_ignore_filters = {"Underfull", "Overfull"} -- }}} vimtex -- -- filetype.nvim {{{ -- -- cgit v1.2.3-70-g09d2