mirror of
https://github.com/akr2002/nv.git
synced 2024-11-12 20:19:45 +00:00
add illuminate
This commit is contained in:
parent
8b7b83f095
commit
3de64eeed7
2 changed files with 19 additions and 0 deletions
|
@ -56,5 +56,6 @@
|
|||
./utils/flash.nix
|
||||
./utils/hardtime.nix
|
||||
./utils/harpoon.nix
|
||||
./utils/illuminate.nix
|
||||
];
|
||||
}
|
||||
|
|
18
config/utils/illuminate.nix
Normal file
18
config/utils/illuminate.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
plugins.illuminate = {
|
||||
enable = true;
|
||||
underCursor = true;
|
||||
filetypesDenylist = [
|
||||
"DressingSelect"
|
||||
"Outline"
|
||||
"TelescopePrompt"
|
||||
"alpha"
|
||||
"harpoon"
|
||||
"toggleterm"
|
||||
"neo-tree"
|
||||
"Spectre"
|
||||
"reason"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue