dense-analysis / dense-analysis/ale
add variable for virtual-text alignment
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
I just found out about virtual-text today by updating ale and it's really good but could be better :).
It could be great to allow the end user to change the text_alignment property for the virtual-text in vim.
for exemple, I had to change manually the virtualtext.vim+172 like bellow for my taste.
```vim
call prop_add(l:line, 0, {
\ 'type': l:hl_group,
\ 'text': ' ' . l:msg,
\ 'bufnr': a:buffer,
\ 'text_align': 'right',
\})
```
Contributor guide
Assessment
This issue has not been assessed yet.