Skip to content

Commit b15c804

Browse files
authored
fix(project_nvim): rename module name to project (#1514)
1 parent cd90e66 commit b15c804

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)