diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-07-22 10:37:14 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-07-22 10:37:14 +0100 |
| commit | f6e0aff4356dc2598966657895c777e6bea23d54 (patch) | |
| tree | b7ab1692faa0882b4bc12d685b0e2bca036aa654 /lua/user/nvim-tree.lua | |
| parent | 1afd76ff2fa2d7cfb408a78cd8e47209f0305a24 (diff) | |
Changes to create unbreakable IDE part 1 from chris@machine
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index e88a027..de10411 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -25,7 +25,8 @@ nvim_tree.setup { open_on_tab = false, hijack_cursor = false, update_cwd = true, - update_to_buf_dir = { + -- update_to_buf_dir = { + hijack_directories = { enable = true, auto_open = true, }, @@ -85,7 +86,7 @@ nvim_tree.setup { height = 30, hide_root_folder = false, side = "left", - auto_resize = true, + -- auto_resize = true, mappings = { custom_only = false, list = { |
