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.
lsp
1 parent 9ed89c3 commit 0dc745eCopy full SHA for 0dc745e
lua/modules/configs/tool/project.lua
@@ -1,7 +1,7 @@
1
return function()
2
require("modules.utils").load_plugin("project", {
3
manual_mode = false,
4
- detection_methods = { "lsp", "pattern" },
+ detection_methods = { "pattern" },
5
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
6
ignore_lsp = { "null-ls", "copilot" },
7
exclude_dirs = {},
0 commit comments