13 lines
212 B
Nix
13 lines
212 B
Nix
{
|
|
programs.nixvim.plugins.illuminate = {
|
|
enable = true;
|
|
underCursor = false;
|
|
filetypesDenylist = [
|
|
"Outline"
|
|
"TelescopePrompt"
|
|
"alpha"
|
|
"harpoon"
|
|
"reason"
|
|
];
|
|
};
|
|
}
|