nvim-project: only show git folders
This commit is contained in:
parent
c6fedc99f0
commit
54487584a4
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ return {
|
||||||
{
|
{
|
||||||
"ahmedkhalf/project.nvim",
|
"ahmedkhalf/project.nvim",
|
||||||
main = "project_nvim",
|
main = "project_nvim",
|
||||||
config = true,
|
opts = {
|
||||||
|
patterns = { ".git" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue