mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 15:52:58 +01:00
nvimtree shows stuff in gitignore
This commit is contained in:
parent
f2ba812235
commit
b2a5db969f
1 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,7 @@ require("nvim-tree").setup {
|
|||
view = {
|
||||
auto_resize = true,
|
||||
},
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue