cmp,harpoon,illuminate,lspkind: added

This commit is contained in:
xinyangli 2024-08-21 23:03:46 +08:00
parent c58b1d1826
commit de8e9493c0
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
7 changed files with 106 additions and 2 deletions

15
config/illuminate.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
plugins.illuminate = {
enable = true;
underCursor = false;
filetypesDenylist = [
"Outline"
"TelescopePrompt"
"alpha"
"harpoon"
"reason"
];
};
}