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