style: fix indenting, remove blank lines

This commit is contained in:
2024-11-26 09:30:50 -05:00
parent 0e1c494ac5
commit fcfe4d8195
+24 -24
View File
@@ -1,26 +1,26 @@
return {
'RRethy/vim-illuminate',
event = { 'BufReadPre', 'BufNewFile' },
opts = {
providers = {
'lsp',
'treesitter',
'regex',
},
delay = 100,
filetypes_denylist = {
'NvimTree',
'help',
'man',
'markdown',
'md',
},
under_cursor = true,
min_count_to_highlight = 1,
case_insensitive_regex = false,
},
'RRethy/vim-illuminate',
event = { 'BufReadPre', 'BufNewFile' },
opts = {
providers = {
'lsp',
'treesitter',
'regex',
},
delay = 100,
filetypes_denylist = {
'NvimTree',
'help',
'man',
'markdown',
'md',
},
under_cursor = true,
min_count_to_highlight = 1,
case_insensitive_regex = false,
},
config = function(_, opts)
require('illuminate').configure(opts)
end,
}
config = function(_, opts)
require('illuminate').configure(opts)
end,
}