only use pattern to avoid false detection in multi-project repos

main
Ashelyn Dawn 4 months ago
parent 6b1c52f474
commit 89cfb8c5b4
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -26,7 +26,7 @@ return {
event = "BufRead",
config = function()
require("project_nvim").setup {
detection_methods = { "pattern", "lsp" },
detection_methods = { "pattern" },
patterns = { ".git" }
}
end,

Loading…
Cancel
Save