feat(#2349): add "right_align" option for renderer.icons.*_placement (#2839)

* feat(icon_placement): Allow right_align icon_placemente for decorator using ext_marks nvim api

* feat(icon_placement): Allow right_align icon_placemente for decorator using ext_marks nvim api

feat(icon_placement): Allow right_align icon_placemente for decorator using ext_marks nvim api

* feat(icon_placement): consolidate doc

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Everton Jr.
2024-07-21 01:49:10 -03:00
committed by GitHub
parent f9ff00bc06
commit 1d629a5d3f
6 changed files with 46 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ M.ICON_PLACEMENT = {
signcolumn = 1,
before = 2,
after = 3,
right_align = 4,
}
return M