Skip to content

Commit

Permalink
remove unused field in nvim-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JingunSnack committed Sep 27, 2022
1 parent 55c6a5e commit 7887281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/user/nvim-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ nvim_tree.setup {
sort_by = "name",
update_cwd = false,
view = {
width = 30,
height = 30,
width = 35,
hide_root_folder = false,
side = "left",
preserve_window_proportions = false,
Expand Down

0 comments on commit 7887281

Please sign in to comment.