Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
16 lines
239 B
Nix
16 lines
239 B
Nix
{
|
|
plugins.illuminate = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
under_cursor = false;
|
|
filetypes_denylist = [
|
|
"Outline"
|
|
"TelescopePrompt"
|
|
"alpha"
|
|
"harpoon"
|
|
"reason"
|
|
];
|
|
};
|
|
};
|
|
}
|