mirror of
https://github.com/akr2002/nv.git
synced 2024-11-13 20:49:45 +00:00
19 lines
271 B
Nix
19 lines
271 B
Nix
|
{
|
||
|
plugins.illuminate = {
|
||
|
enable = true;
|
||
|
underCursor = true;
|
||
|
filetypesDenylist = [
|
||
|
"DressingSelect"
|
||
|
"Outline"
|
||
|
"TelescopePrompt"
|
||
|
"alpha"
|
||
|
"harpoon"
|
||
|
"toggleterm"
|
||
|
"neo-tree"
|
||
|
"Spectre"
|
||
|
"reason"
|
||
|
];
|
||
|
};
|
||
|
}
|
||
|
|