mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #17776 from bfredl/tsconceal
feat(ui): allow conceal to be defined in decorations
This commit is contained in:
@@ -274,7 +274,8 @@ local function on_line_impl(self, buf, line)
|
||||
{ end_line = end_row, end_col = end_col,
|
||||
hl_group = hl,
|
||||
ephemeral = true,
|
||||
priority = tonumber(metadata.priority) or 100 -- Low but leaves room below
|
||||
priority = tonumber(metadata.priority) or 100, -- Low but leaves room below
|
||||
conceal = metadata.conceal,
|
||||
})
|
||||
end
|
||||
if start_row > line then
|
||||
|
||||
Reference in New Issue
Block a user