diff options
Diffstat (limited to 'fnl/config/nvim-tree.fnl')
-rw-r--r-- | fnl/config/nvim-tree.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index bf8bfa4..a957259 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -28,7 +28,7 @@ :cb (tree_cb :close_node)} {:key :v :cb (tree_cb :vsplit)}]}} :renderer {:icons {:webdev_colors false}} - :hijack_directories {:enable true :auto_open true} + :hijack_directories {:enable false} :update_focused_file {:enable true :update_cwd true :ignore_list {}} |