fix(plugins/illuminate): disable in toggleterm

This commit is contained in:
Nicolas Goudry 2024-06-17 00:59:50 +02:00
parent b969c36b17
commit 8184b712ca
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -4,6 +4,7 @@ _:
opts = { opts = {
enable = true; enable = true;
delay = 200; delay = 200;
filetypesDenylist = [ "dirbuf" "dirvish" "fugitive" "toggleterm" ];
largeFileOverrides.providers = [ "lsp" ]; largeFileOverrides.providers = [ "lsp" ];
minCountToHighlight = 2; minCountToHighlight = 2;