nix-dots/pkgs/nvim/config/utils/illuminate.nix

18 lines
272 B
Nix

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