change config
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user