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.lua13
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 {{{ --
245g.dashboard_default_executive = 'telescope' 245g.dashboard_default_executive = 'telescope'
246g.dashboard_preview_command = 'cat' 246g.dashboard_preview_command = 'cat'
247g.dashboard_preview_pipeline = 'lolcat' 247g.dashboard_preview_file = '~/.config/nvim/neovim.cat'
248g.dashboard_preview_file = '~/.config/nvim/neovim.cat' 248g.dashboard_preview_file_height = 13
249g.dashboard_preview_file_height = 14 249g.dashboard_preview_file_width = 90
250g.dashboard_preview_file_width = 90 250g.dashboard_footer_icon = '💃 '
251 251
252g.dashboard_custom_shortcut = { 252g.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