18 lines
272 B
Nix
18 lines
272 B
Nix
{
|
|
plugins.illuminate = {
|
|
enable = false;
|
|
underCursor = false;
|
|
filetypesDenylist = [
|
|
"DressingSelect"
|
|
"Outline"
|
|
"TelescopePrompt"
|
|
"alpha"
|
|
"harpoon"
|
|
"toggleterm"
|
|
"neo-tree"
|
|
"Spectre"
|
|
"reason"
|
|
];
|
|
};
|
|
}
|