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

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