vim: fix hiding .git/ in nvim-tree

This commit is contained in:
Fernando Schauenburg 2022-10-05 23:54:22 +02:00
parent 53d9de2c07
commit 807d27f2d9

View file

@ -11,8 +11,8 @@ plugin.setup {
},
filters = {
dotfiles = false, -- show files starting with a .
custom = { '.git' }, -- don't show .git directory
dotfiles = false, -- show files starting with a .
custom = { '^\\.git' }, -- don't show .git directory
},
renderer = {