add some more plugins

This commit is contained in:
Roel de Cort 2024-04-23 21:58:57 +02:00
parent d5c62d938c
commit 45548c8f5f
11 changed files with 440 additions and 24 deletions

View file

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