nichts/modules/editors/nixvim/plug/utils/illuminate.nix

14 lines
212 B
Nix
Raw Normal View History

2024-05-22 10:43:46 +02:00
{
2024-05-22 14:04:58 +02:00
programs.nixvim.plugins.illuminate = {
2024-05-22 10:43:46 +02:00
enable = true;
underCursor = false;
filetypesDenylist = [
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"reason"
];
};
}