vim: fix hiding .git/ in nvim-tree
This commit is contained in:
parent
53d9de2c07
commit
807d27f2d9
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue