add fallback project detection, and change scope to tab instead of
global
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user