add illuminate

This commit is contained in:
Aditya 2024-03-06 19:21:46 +05:30
parent 8b7b83f095
commit 3de64eeed7
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 19 additions and 0 deletions

View file

@ -56,5 +56,6 @@
./utils/flash.nix
./utils/hardtime.nix
./utils/harpoon.nix
./utils/illuminate.nix
];
}

View file

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