diff options
| author | jdhao <jdhao@hotmail.com> | 2023-10-11 20:42:32 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-10-11 20:43:24 +0200 |
| commit | 8d74fcb75c49f738d16299359f15a5fc7736c09f (patch) | |
| tree | 71491390ffce031f4481472d3486acc9f2495c73 /lua/config | |
| parent | b1f0ef63ef162e7fb9ee0beaec2e22d7ebf40030 (diff) | |
Remove obsolete options for nvim-tree
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/nvim-tree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 8dd4985..4171f1b 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -12,7 +12,6 @@ nvim_tree.setup { update_cwd = false, view = { width = 30, - hide_root_folder = false, side = "left", preserve_window_proportions = false, number = false, |
