Activity
chore(refactor): store config inside context
chore(refactor): store config inside context
fix: disable line wrapping in LSP hover docs in some cases
fix: disable line wrapping in LSP hover docs in some cases
chore(dev): allow the plugin to work with Lazy reload
chore(dev): allow the plugin to work with Lazy reload
chore(refactor): move window range computation to env module
chore(refactor): move window range computation to env module
chore: avoid calling tree:parse() when computing concealed ranges
chore: avoid calling tree:parse() when computing concealed ranges
feat: handle arbitrary block quote nesting nicely
feat: handle arbitrary block quote nesting nicely
fix: more robust icon provider resolution
fix: more robust icon provider resolution
feat: support function for paragraph.left_margin
feat: support function for paragraph.left_margin
feat: ability to conceal text based on lua patterns
feat: ability to conceal text based on lua patterns
feat: better anti-conceal for multi-line decorations
feat: better anti-conceal for multi-line decorations
chore: move find pattern ranges logic to node class
chore: move find pattern ranges logic to node class
feat: add on.initial option called before adding marks to a buffer fo…
feat: add on.initial option called before adding marks to a buffer fo…
feat: ignore option, checked before attaching
feat: ignore option, checked before attaching
chore: apply stylua column width 80
chore: apply stylua column width 80
chore: move configs into individual modules
chore: move configs into individual modules
chore: replace usage of table.insert with list[#list + 1]
chore: replace usage of table.insert with list[#list + 1]
feat: padding character for inline code
feat: padding character for inline code
feat: check disable_pattern exists and notify if not
feat: check disable_pattern exists and notify if not
chore: add virt_lines as another limitation with colorcolumn
chore: add virt_lines as another limitation with colorcolumn
feat: wrap nvim_buf_set_extmark in pcall use notify_once if it errors
feat: wrap nvim_buf_set_extmark in pcall use notify_once if it errors
chore: document limitation with column features and block widths
chore: document limitation with column features and block widths
feat: reduce height of LSP hover doc window based on concealed lines
feat: reduce height of LSP hover doc window based on concealed lines
chore(refactor): width calculations & version updates
chore(refactor): width calculations & version updates
feat: ability to enable and disable atx and setext heading rendering
feat: ability to enable and disable atx and setext heading rendering
feat: separate code border highlight, allow false value
feat: separate code border highlight, allow false value
fix: support for code border for 0.11, disable conceal_lines highlights
fix: support for code border for 0.11, disable conceal_lines highlights