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({
|
require("neovim-project").setup({
|
||||||
projects = projects(),
|
projects = projects(),
|
||||||
last_session_on_startup = false,
|
last_session_on_startup = false,
|
||||||
dashboard_mode = true,
|
dashboard_mode = false,
|
||||||
filetype_autocmd_timeout = 0,
|
filetype_autocmd_timeout = 0,
|
||||||
autosave_ignore_filetypes = {
|
session_manager_opts = {
|
||||||
"neo-tree",
|
autosave_ignore_filetypes = {
|
||||||
"trouble",
|
"neo-tree",
|
||||||
|
"trouble",
|
||||||
|
"grug-far",
|
||||||
|
"copilot-chat",
|
||||||
|
"trouble",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user