1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/dotfiles.git synced 2025-03-24 03:23:17 +01:00

nvimtree shows stuff in gitignore

This commit is contained in:
LordMZTE 2022-01-05 19:45:05 +01:00
parent f2ba812235
commit b2a5db969f

View file

@ -8,4 +8,7 @@ require("nvim-tree").setup {
view = {
auto_resize = true,
},
git = {
ignore = false,
},
}