mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/illuminate: fix filetypeOverrides option
This commit is contained in:
parent
acc9c8cad1
commit
3b9fa101fb
2 changed files with 17 additions and 28 deletions
|
@ -16,15 +16,12 @@
|
|||
minCountToHighlight = 2;
|
||||
filetypesDenylist = ["csharp"];
|
||||
filetypesAllowlist = ["python"];
|
||||
filetypeOverrides = [
|
||||
{
|
||||
filetype = "c";
|
||||
overrides = {
|
||||
delay = 10;
|
||||
providers = ["treesitter"];
|
||||
};
|
||||
}
|
||||
];
|
||||
filetypeOverrides = {
|
||||
x = {
|
||||
delay = 10;
|
||||
providers = ["treesitter"];
|
||||
};
|
||||
};
|
||||
largeFileOverrides = {
|
||||
delay = 20;
|
||||
underCursor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue