diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-09-23 00:05:21 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-09-23 00:05:21 +0200 |
| commit | aa9cf3c8ce57b54a1b8f6f683437a017e7051d54 (patch) | |
| tree | 014045f58e547aa1e78db0fb21dfffa6815ba0f0 /lua/user/nvim-tree.lua | |
| parent | 6a51ce3229d1b068340e820acc5829ee46e6ebd6 (diff) | |
few fixes after dep updates
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index 378366e..fbee090 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -54,7 +54,6 @@ nvim_tree.setup { }, view = { width = 30, - height = 30, hide_root_folder = false, side = "left", mappings = { |
