mirror of
https://github.com/akr2002/nv.git
synced 2025-03-12 18:06:15 +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/flash.nix
|
||||||
./utils/hardtime.nix
|
./utils/hardtime.nix
|
||||||
./utils/harpoon.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