Fixed nvim-tree to resize when file is opened

This commit is contained in:
2021-12-12 09:40:06 -05:00
parent c845c27291
commit a61b885892

View File

@@ -88,7 +88,7 @@ require("nvim-tree").setup {
-- side of the tree, can be one of 'left' | 'right' | 'top' | 'bottom'
side = "left",
-- if true the tree will resize itself after opening a file
auto_resize = false,
auto_resize = true,
mappings = {
-- custom only false will merge the list with the default mappings
-- if true, it will only use your list to set the mappings