1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-14 17:01:12 +00:00

[neovim] Update neovim-project conf

This commit is contained in:
Daniel Carrillo 2024-08-30 11:01:28 +02:00
parent 7fae597d4d
commit c3f5145f96
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -10,10 +10,15 @@ end
require("neovim-project").setup({
projects = projects(),
last_session_on_startup = false,
dashboard_mode = true,
dashboard_mode = false,
filetype_autocmd_timeout = 0,
autosave_ignore_filetypes = {
"neo-tree",
"trouble",
session_manager_opts = {
autosave_ignore_filetypes = {
"neo-tree",
"trouble",
"grug-far",
"copilot-chat",
"trouble",
},
},
})