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

14 lines
196 B
Nix
Raw Normal View History

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