diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-24 01:34:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-24 01:34:57 +0200 |
commit | d9e9fc259ed4b3d1f985e3f4f19eb323315242b9 (patch) | |
tree | 167ed8488a9fdabbfc8ed89a65db7ff95c12afad /fnl/config/nvim-tree.fnl | |
parent | b819e7bb7e81e7e49570f0c97519cc8492575008 (diff) |
Remove height in nvim-tree
Diffstat (limited to 'fnl/config/nvim-tree.fnl')
-rw-r--r-- | fnl/config/nvim-tree.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index 0c8b8aa..097ae47 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -16,7 +16,6 @@ :sort_by :name :update_cwd true :view {:width 30 - :height 30 :side :left :preserve_window_proportions false :number false |