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 df8eb97b66
commit 159027b4ce

View File

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