diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:14:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:14:04 +0200 |
commit | 1b534d96b4689145770363cc6c6877ca7e41a904 (patch) | |
tree | 742d0b0ec36fcc142b756fc5c3df032a5966d68d /fnl/config/nvim-tree.fnl | |
parent | efffe8b9c1e9ce06a58614a4f433f5139efb5d7d (diff) |
Add lir
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 {}} |