diff --git a/neovim/.config/nvim/lua/user/file-tree.lua b/neovim/.config/nvim/lua/user/file-tree.lua index dc5e469..0ecf4da 100644 --- a/neovim/.config/nvim/lua/user/file-tree.lua +++ b/neovim/.config/nvim/lua/user/file-tree.lua @@ -63,6 +63,11 @@ require("nvim-tree").setup({ filters = { custom = { ".git" }, }, + actions = { + open_file = { + resize_window = true, + }, + }, git = { ignore = true, },