[illuminate] more providers

This commit is contained in:
Piotr Domański 2024-08-22 16:14:32 +02:00
parent 8fdc07513f
commit 6c99dde079

View file

@ -200,6 +200,11 @@ return {
opts = {
delay = 200,
large_file_cutoff = 2000,
providers = {
'lsp',
'treesitter',
'regex',
},
large_file_overrides = {
providers = { "lsp" },
},