nv/config/utils/illuminate.nix
2024-03-06 19:21:46 +05:30

18 lines
271 B
Nix

{
plugins.illuminate = {
enable = true;
underCursor = true;
filetypesDenylist = [
"DressingSelect"
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"toggleterm"
"neo-tree"
"Spectre"
"reason"
];
};
}