Added .git to list of nvimtree ignored folders
This commit is contained in:
parent
efa2d836a6
commit
fe1ff19aaa
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ local options = {
|
|||
filters = {
|
||||
dotfiles = false,
|
||||
git_ignored = true,
|
||||
custom = { "git/", "node_modules/", "venv/", "__pycache__" },
|
||||
exclude = { },
|
||||
custom = { ".git" },
|
||||
exclude = { ".gitignore", ".gitattributes", ".gitmodules" },
|
||||
},
|
||||
disable_netrw = true,
|
||||
hijack_netrw = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue