Skip to content

Commit 0dc745e

Browse files
committed
fix: temporarily disable project.nvim lsp attach mode
1 parent 9ed89c3 commit 0dc745e

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 = { "lsp", "pattern" },
4+
detection_methods = { "pattern" },
55
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
66
ignore_lsp = { "null-ls", "copilot" },
77
exclude_dirs = {},

0 commit comments

Comments
 (0)