Skip to content

Commit 9c78364

Browse files
committed
fix(project_nvim): rename module name to project
1 parent 0da5b00 commit 9c78364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/configs/tool/project.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return function()
2-
require("modules.utils").load_plugin("project_nvim", {
2+
require("modules.utils").load_plugin("project", {
33
manual_mode = false,
44
detection_methods = { "lsp", "pattern" },
55
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },

0 commit comments

Comments
 (0)