Skip to content

Commit

Permalink
refactor(nvim): change max nvim tree window width
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Nov 17, 2024
1 parent 5aedb0a commit 6f986e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/specs/nvim_tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Plugin.config = function()
preserve_window_proportions = true,
width = {
min = 32,
max = 56,
max = 40,
},
},
update_focused_file = {
Expand Down

0 comments on commit 6f986e5

Please sign in to comment.