summaryrefslogtreecommitdiff
path: root/fnl/config/nvim-tree.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/nvim-tree.fnl')
-rw-r--r--fnl/config/nvim-tree.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl
index 4b8d8bb..c6dd93a 100644
--- a/fnl/config/nvim-tree.fnl
+++ b/fnl/config/nvim-tree.fnl
@@ -47,10 +47,10 @@
:signcolumn "yes"
:mappings {
:custom_only false
- :list {
+ :list [
{ :key [ "l" "<CR>" "o" ] :cb (tree_cb "edit") }
{ :key "h" :cb (tree_cb "close_node") }
- { :key "v" :cb (tree_cb "vsplit") }}}}
+ { :key "v" :cb (tree_cb "vsplit") }}}]
:hijack_directories {
:enable true
:auto_open true}