mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-02 16:03:31 +02:00
stylua added rule
This commit is contained in:
@@ -21,6 +21,12 @@ hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
|
||||
end)
|
||||
|
||||
vim.g.rainbow_delimiters = { highlight = highlight }
|
||||
require("ibl").setup { indent = { char = "▏" }, scope = { highlight = highlight } }
|
||||
require("ibl").setup {
|
||||
indent = { char = "▏" },
|
||||
scope = { highlight = highlight },
|
||||
}
|
||||
|
||||
hooks.register(hooks.type.SCOPE_HIGHLIGHT, hooks.builtin.scope_highlight_from_extmark)
|
||||
hooks.register(
|
||||
hooks.type.SCOPE_HIGHLIGHT,
|
||||
hooks.builtin.scope_highlight_from_extmark
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user