add fallback project detection, and change scope to tab instead of

global
This commit is contained in:
2024-03-09 00:09:03 -05:00
parent a80bb9a592
commit 6867a9f24e

View File

@ -4,7 +4,7 @@ if not status_ok then
end end
project.setup { project.setup {
detection_methods = { "pattern" }, detection_methods = { "pattern", "lsp" },
patterns = { patterns = {
".git", ".git",
"Makefile", "Makefile",
@ -16,4 +16,5 @@ project.setup {
"index.norg" "index.norg"
}, },
show_hidden = false, show_hidden = false,
scope = "tab"
} }