feat(nvim): add neo-tree custom keymap for opening files

This commit is contained in:
Sergio Laín 2024-01-27 01:40:03 +01:00
parent 1ce877cb22
commit 07af7efcf5
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -8,6 +8,7 @@ return {
window = {
mappings = {
["l"] = "open",
["e"] = "open",
["h"] = "close_node",
},
},