We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project
1 parent 0da5b00 commit 9c78364Copy full SHA for 9c78364
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