update nvim-tree custom filters

This commit is contained in:
2022-04-16 12:33:05 +03:00
parent 7c58a63b8e
commit 4d8bfa091a

View File

@@ -80,7 +80,7 @@ require("nvim-tree").setup({
},
},
filters = {
custom = { ".git" },
custom = { "^.git$" },
},
actions = {
open_file = {