Added .git to list of nvimtree ignored folders

This commit is contained in:
Ceferino Patino 2024-08-28 11:38:29 -05:00
commit fe1ff19aaa
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -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,