dense-analysis / dense-analysis/ale

add variable for virtual-text alignment

Open
#4,402 2 comments 2 reactions 1 assignee Claimed by @w0rp View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.