Skip to content

Commit f517eee

Browse files
committed
use maintained fork of original repo
1 parent e082b9e commit f517eee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lua/kickstart/plugins/project-nvim.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
2-
'ahmedkhalf/project.nvim',
2+
'DrKJeff16/project.nvim',
33
config = function()
4-
require('project_nvim').setup {
4+
require('project').setup {
55
patterns = {
66
-- git
77
'.git',
@@ -14,7 +14,6 @@ return {
1414
-- go
1515
'go.mod',
1616
},
17-
silent_chdir = false,
1817
}
1918
end,
2019
}

0 commit comments

Comments
 (0)