update to latest
This commit is contained in:
parent
e3a11a0ba5
commit
831cd284aa
10 changed files with 236 additions and 44 deletions
|
|
@ -1,33 +1,33 @@
|
|||
return {
|
||||
'RRethy/vim-illuminate',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('illuminate').configure {
|
||||
providers = {
|
||||
'lsp',
|
||||
'treesitter',
|
||||
'regex',
|
||||
},
|
||||
delay = 100,
|
||||
filetype_overrides = {},
|
||||
filetypes_denylist = {
|
||||
'dirbuf',
|
||||
'dirvish',
|
||||
'fugitive',
|
||||
},
|
||||
filetypes_allowlist = {},
|
||||
modes_denylist = {},
|
||||
modes_allowlist = {},
|
||||
providers_regex_syntax_denylist = {},
|
||||
providers_regex_syntax_allowlist = {},
|
||||
under_cursor = true,
|
||||
large_file_cutoff = nil,
|
||||
large_file_overrides = nil,
|
||||
min_count_to_highlight = 1,
|
||||
should_enable = function(_)
|
||||
return true
|
||||
end,
|
||||
case_insensitive_regex = false,
|
||||
}
|
||||
end,
|
||||
-- 'RRethy/vim-illuminate',
|
||||
-- event = 'VeryLazy',
|
||||
-- config = function()
|
||||
-- require('illuminate').configure {
|
||||
-- providers = {
|
||||
-- 'lsp',
|
||||
-- 'treesitter',
|
||||
-- 'regex',
|
||||
-- },
|
||||
-- delay = 100,
|
||||
-- filetype_overrides = {},
|
||||
-- filetypes_denylist = {
|
||||
-- 'dirbuf',
|
||||
-- 'dirvish',
|
||||
-- 'fugitive',
|
||||
-- },
|
||||
-- filetypes_allowlist = {},
|
||||
-- modes_denylist = {},
|
||||
-- modes_allowlist = {},
|
||||
-- providers_regex_syntax_denylist = {},
|
||||
-- providers_regex_syntax_allowlist = {},
|
||||
-- under_cursor = true,
|
||||
-- large_file_cutoff = nil,
|
||||
-- large_file_overrides = nil,
|
||||
-- min_count_to_highlight = 1,
|
||||
-- should_enable = function(_)
|
||||
-- return true
|
||||
-- end,
|
||||
-- case_insensitive_regex = false,
|
||||
-- }
|
||||
-- end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue