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