summaryrefslogtreecommitdiff
path: root/fnl/config/nvim-tree.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:32:41 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:32:41 +0200
commitc713e546deca1f48a0d89980ff01191a50e8fcd2 (patch)
treeb96457d36ac77b4051439ea8880f5b33d3e4f895 /fnl/config/nvim-tree.fnl
parent936272fc2a5ae07470816d1b63f79bfadb3ef979 (diff)
fix(typos): bugs by typos and wrong lists
Diffstat (limited to 'fnl/config/nvim-tree.fnl')
-rw-r--r--fnl/config/nvim-tree.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl
index c6dd93a..583704b 100644
--- a/fnl/config/nvim-tree.fnl
+++ b/fnl/config/nvim-tree.fnl
@@ -50,7 +50,7 @@
: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}