Skip to content

Commit de710b3

Browse files
author
liuguangtian.1024
committed
Merge branch 'main' into nvchad
2 parents c893a69 + f23229b commit de710b3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

flake.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)