summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugin_settings.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-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 {{{ --