From 936272fc2a5ae07470816d1b63f79bfadb3ef979 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 23:23:59 +0200 Subject: fix: typo bugs --- fnl/config/nvim-tree.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/config/nvim-tree.fnl') 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" "" "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} -- cgit v1.2.3-70-g09d2