Add index.norg as extra pattern detection for project
This commit is contained in:
parent
951458be2e
commit
81085a304c
|
@ -4,6 +4,8 @@ return {
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
config = true,
|
config = true,
|
||||||
opts = {
|
opts = {
|
||||||
|
detection_methods = { "lsp", "pattern" },
|
||||||
|
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "index.norg" },
|
||||||
ignore_lsp = { "null-ls" },
|
ignore_lsp = { "null-ls" },
|
||||||
show_hidden = true,
|
show_hidden = true,
|
||||||
silent_chdir = true,
|
silent_chdir = true,
|
||||||
|
|
Loading…
Reference in a new issue