nv/config/utils/illuminate.nix

19 lines
271 B
Nix
Raw Permalink Normal View History

2024-03-06 13:51:46 +00:00
{
plugins.illuminate = {
enable = true;
underCursor = true;
filetypesDenylist = [
"DressingSelect"
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"toggleterm"
"neo-tree"
"Spectre"
"reason"
];
};
}