nixvim/config/illuminate.nix

16 lines
206 B
Nix
Raw Permalink Normal View History

2024-08-21 15:03:46 +00:00
{ ... }:
{
plugins.illuminate = {
enable = true;
underCursor = false;
filetypesDenylist = [
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"reason"
];
};
}