Skip to content

Commit 63b2dcb

Browse files
committed
fix(project): re-enable LSP detection
Signed-off-by: Guennadi Maximov C <[email protected]>
1 parent 682d32a commit 63b2dcb

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,7 +1,7 @@
11
return function()
22
require("modules.utils").load_plugin("project", {
33
manual_mode = false,
4-
detection_methods = { "pattern" },
4+
use_lsp = true,
55
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
66
ignore_lsp = { "null-ls", "copilot" },
77
exclude_dirs = {},

0 commit comments

Comments
 (0)