nvim-project: only show git folders

This commit is contained in:
Marko Korhonen 2023-11-28 15:28:20 +02:00
parent a1f02beaab
commit e746ffb686

View file

@ -22,7 +22,9 @@ return {
{
"ahmedkhalf/project.nvim",
main = "project_nvim",
config = true,
opts = {
patterns = { ".git" },
},
},
},
opts = {