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:
parent
7fae597d4d
commit
c3f5145f96
@ -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,
|
||||
session_manager_opts = {
|
||||
autosave_ignore_filetypes = {
|
||||
"neo-tree",
|
||||
"trouble",
|
||||
"grug-far",
|
||||
"copilot-chat",
|
||||
"trouble",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user