fix: deprecation warnings

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-20 09:22:50 +02:00
parent e61a6710cb
commit 87e0890bff
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 67 additions and 57 deletions

View file

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