diff options
| author | Abouzar Parvan <[email protected]> | 2022-09-25 15:45:19 +0330 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-25 15:45:19 +0330 | 
| commit | 65777d858f75079cb12125ee1aa45f51e10dcb11 (patch) | |
| tree | 659d510290eacc821efc458c6a528984a6697003 | |
| parent | 099b38cae9a8bf462b73821d9fcd758e5001c443 (diff) | |
fix(nvimtree): remove view height
Fixes #3076
| -rw-r--r-- | lua/lvim/core/nvimtree.lua | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index ad326f91..b861cb59 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -42,7 +42,6 @@ function M.config()        },        view = {          width = 30, -        height = 30,          hide_root_folder = false,          side = "left",          mappings = { | 
