format with stylua
This commit is contained in:
@@ -21,7 +21,7 @@ return {
|
||||
'RainbowCyan',
|
||||
}
|
||||
|
||||
local hooks = require 'ibl.hooks'
|
||||
local hooks = require('ibl.hooks')
|
||||
-- create the highlight groups in the highlight setup hook, so they are reset
|
||||
-- every time the colorscheme changes
|
||||
hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
|
||||
@@ -35,12 +35,12 @@ return {
|
||||
end)
|
||||
|
||||
vim.g.rainbow_delimiters = { highlight = highlight }
|
||||
require('ibl').setup {
|
||||
require('ibl').setup({
|
||||
scope = {
|
||||
highlight = highlight,
|
||||
show_start = false
|
||||
}
|
||||
}
|
||||
show_start = false,
|
||||
},
|
||||
})
|
||||
|
||||
hooks.register(hooks.type.SCOPE_HIGHLIGHT, hooks.builtin.scope_highlight_from_extmark)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user