diff options
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 4bc7081..bff9bcb 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -242,12 +242,12 @@ require('telescope').load_extension('fzf') | |||
242 | -- }}} telescope -- | 242 | -- }}} telescope -- |
243 | 243 | ||
244 | -- dashboard {{{ -- | 244 | -- dashboard {{{ -- |
245 | g.dashboard_default_executive = 'telescope' | 245 | g.dashboard_default_executive = 'telescope' |
246 | g.dashboard_preview_command = 'cat' | 246 | g.dashboard_preview_command = 'cat' |
247 | g.dashboard_preview_pipeline = 'lolcat' | 247 | g.dashboard_preview_file = '~/.config/nvim/neovim.cat' |
248 | g.dashboard_preview_file = '~/.config/nvim/neovim.cat' | 248 | g.dashboard_preview_file_height = 13 |
249 | g.dashboard_preview_file_height = 14 | 249 | g.dashboard_preview_file_width = 90 |
250 | g.dashboard_preview_file_width = 90 | 250 | g.dashboard_footer_icon = '💃 ' |
251 | 251 | ||
252 | g.dashboard_custom_shortcut = { | 252 | g.dashboard_custom_shortcut = { |
253 | last_session = '<leader> s l', | 253 | last_session = '<leader> s l', |
@@ -304,7 +304,6 @@ cmp.setup({ | |||
304 | { name = 'nvim_lsp' }, | 304 | { name = 'nvim_lsp' }, |
305 | { name = 'ultisnips' }, | 305 | { name = 'ultisnips' }, |
306 | { name = 'buffer' }, | 306 | { name = 'buffer' }, |
307 | { name = "latex_symbols" }, | ||
308 | } | 307 | } |
309 | }) | 308 | }) |
310 | 309 | ||