add fallback project detection, and change scope to tab instead of
global
This commit is contained in:
parent
a80bb9a592
commit
6867a9f24e
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue