⚙️ config(nvim): added some options to neo-tree
This commit is contained in:
parent
ec75f82927
commit
392659cbd4
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ return {
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
close_if_last_window = true,
|
||||||
|
filesystem = {
|
||||||
|
hijack_netrw_behavior = "open_default",
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
["e"] = "open",
|
["e"] = "open",
|
||||||
|
|
Loading…
Add table
Reference in a new issue