diff --git a/neovim/.config/nvim/lua/user/file-tree.lua b/neovim/.config/nvim/lua/user/file-tree.lua index d01f32c..d428839 100644 --- a/neovim/.config/nvim/lua/user/file-tree.lua +++ b/neovim/.config/nvim/lua/user/file-tree.lua @@ -80,7 +80,7 @@ require("nvim-tree").setup({ }, }, filters = { - custom = { ".git" }, + custom = { "^.git$" }, }, actions = { open_file = {