Merge pull request #17776 from bfredl/tsconceal

feat(ui): allow conceal to be defined in decorations
This commit is contained in:
bfredl
2022-03-20 18:59:20 +01:00
committed by GitHub
7 changed files with 100 additions and 5 deletions

View File

@@ -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