1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Show ignored by git

This commit is contained in:
Mo 2022-08-21 21:04:31 +02:00
parent 875b6409d0
commit bdcd9a84f5

View file

@ -17,4 +17,7 @@ require("nvim-tree").setup({
filesystem_watchers = { filesystem_watchers = {
enable = true, enable = true,
}, },
git = {
ignore = false,
},
}) })