[illuminate] more providers
This commit is contained in:
parent
8fdc07513f
commit
6c99dde079
1 changed files with 5 additions and 0 deletions
|
@ -200,6 +200,11 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
delay = 200,
|
delay = 200,
|
||||||
large_file_cutoff = 2000,
|
large_file_cutoff = 2000,
|
||||||
|
providers = {
|
||||||
|
'lsp',
|
||||||
|
'treesitter',
|
||||||
|
'regex',
|
||||||
|
},
|
||||||
large_file_overrides = {
|
large_file_overrides = {
|
||||||
providers = { "lsp" },
|
providers = { "lsp" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue