We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd90e66 commit b15c804Copy full SHA for b15c804
lua/modules/configs/tool/project.lua
@@ -1,5 +1,5 @@
1
return function()
2
- require("modules.utils").load_plugin("project_nvim", {
+ require("modules.utils").load_plugin("project", {
3
manual_mode = false,
4
detection_methods = { "lsp", "pattern" },
5
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
0 commit comments