⚙️ config(nvim): added some options to neo-tree

This commit is contained in:
Sergio Laín 2023-12-17 00:44:13 +01:00
parent ec75f82927
commit 392659cbd4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -6,6 +6,10 @@ return {
opts = {},
},
opts = {
close_if_last_window = true,
filesystem = {
hijack_netrw_behavior = "open_default",
},
window = {
mappings = {
["e"] = "open",