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 { return {
"RRethy/vim-illuminate", "RRethy/vim-illuminate",
lazy = true, event = { "BufReadPre", "BufNewFile" },
opts = { opts = {
providers = { providers = {
"lsp", "lsp",
"treesitter", "treesitter",
"regex", "regex",
}, },
delay = 200, delay = 100,
filetypes_denylist = { filetypes_denylist = {
"dashboard",
"alpha",
"NvimTree",
"help", "help",
"man",
"markdown", "markdown",
"md", "md",
"dirbuf",
"dirvish",
"fugitive",
}, },
under_cursor = true, under_cursor = true,
min_count_to_highlight = 1, min_count_to_highlight = 1,