mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: use latest neo tree version
This commit is contained in:
parent
abbde44113
commit
9365972266
1 changed files with 9 additions and 0 deletions
|
|
@ -59,4 +59,13 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
dependencies = "MunifTanjim/nui.nvim",
|
||||
version = "*",
|
||||
opts = {
|
||||
auto_clean_after_session_restore = true,
|
||||
close_if_last_window = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue