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

* 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

* fix: extra namespace added to avoid colision between right_align and full_name features

* style: rename namespace_id

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Everton Jr.
2024-07-28 00:26:22 -03:00
committed by GitHub
parent 82ba116bbd
commit 48d0e82f94
6 changed files with 54 additions and 25 deletions

View File

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