chore(config): only ignore .git in neovim

main
sudo pacman -Syu 2022-07-23 23:05:03 +07:00
parent 87374f5e38
commit 300d21cef8
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ require("nvim-tree").setup({
ignore = true,
},
filters = {
custom = { "^\\.git" },
custom = { "^\\.git$" },
},
})