nixvim/plugins/common/illuminate.nix
Lander Van den Bulcke 87e0890bff
fix: deprecation warnings
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-10-20 09:22:50 +02:00

16 lines
239 B
Nix

{
plugins.illuminate = {
enable = true;
settings = {
under_cursor = false;
filetypes_denylist = [
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"reason"
];
};
};
}