cmp,harpoon,illuminate,lspkind: added
This commit is contained in:
parent
c58b1d1826
commit
de8e9493c0
7 changed files with 106 additions and 2 deletions
15
config/illuminate.nix
Normal file
15
config/illuminate.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
plugins.illuminate = {
|
||||
enable = true;
|
||||
underCursor = false;
|
||||
filetypesDenylist = [
|
||||
"Outline"
|
||||
"TelescopePrompt"
|
||||
"alpha"
|
||||
"harpoon"
|
||||
"reason"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue