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
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue