1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 03:29:27 +00:00

[neovim] Update neovim-project conf

This commit is contained in:
2024-08-30 11:01:28 +02:00
parent 7fae597d4d
commit c3f5145f96

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",
},
},
})