summaryrefslogtreecommitdiff
path: root/fnl/config/nvim-tree.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:23:59 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:23:59 +0200
commit936272fc2a5ae07470816d1b63f79bfadb3ef979 (patch)
treee040dcaf94b2199664847bf6521621538f316399 /fnl/config/nvim-tree.fnl
parent143d0de99399e9d6b4779ebd91a1cbcee5df5dd5 (diff)
fix: typo bugs
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}