-
Notifications
You must be signed in to change notification settings - Fork 49
Inline codes
Shawon edited this page Oct 3, 2024
·
3 revisions
inline_codes = {
enable = true,
--- Primary highlight group. Used by other
--- options that end with "_hl" when their
--- values are nil.
---@type string
hl = "MarkviewHeading3",
--- Left corner, Added before the left padding.
---@type string?
corner_left = nil,
--- Left padding, Added before the text.
---@type string?
padding_left = nil,
--- Right padding, Added after the text.
---@type string?
padding_right = nil,
--- Right corner, Added after the right padding.
---@type string?
corner_right = nil,
---@type string?
corner_left_hl = nil,
---@type string?
padding_left_hl = nil,
---@type string?
padding_right_hl = nil,
---@type string?
corner_right_hl = nil,
}