chore(config): support git in nvim-tree

main
sudo pacman -Syu 2022-06-20 14:23:54 +07:00
parent 094a060402
commit a2374ed9e0
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@ require("nvim-tree").setup({
},
},
git = {
enable = false,
enable = true,
ignore = true,
},
filters = {
custom = { "^\\.git" },
},
})