change config

This commit is contained in:
2024-11-18 14:07:41 -05:00
parent 94d2640806
commit 53f37f1e3a
+3 -8
View File
@@ -1,23 +1,18 @@
return {
"RRethy/vim-illuminate",
lazy = true,
event = { "BufReadPre", "BufNewFile" },
opts = {
providers = {
"lsp",
"treesitter",
"regex",
},
delay = 200,
delay = 100,
filetypes_denylist = {
"dashboard",
"alpha",
"NvimTree",
"help",
"man",
"markdown",
"md",
"dirbuf",
"dirvish",
"fugitive",
},
under_cursor = true,
min_count_to_highlight = 1,