16 lines
206 B
Nix
16 lines
206 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
plugins.illuminate = {
|
||
|
enable = true;
|
||
|
underCursor = false;
|
||
|
filetypesDenylist = [
|
||
|
"Outline"
|
||
|
"TelescopePrompt"
|
||
|
"alpha"
|
||
|
"harpoon"
|
||
|
"reason"
|
||
|
];
|
||
|
};
|
||
|
}
|