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