Closed Frederick888 closed 3 years ago
Hmm... I should probably make error and warning icons of ALE & Syntastic configurable, and default values of them g:ale_sign_error
g:ale_sign_warning
g:syntastic_error_symbol
g:syntastic_warning_symbol
respectively?
Thanks for the contribution, but honestly, I'm reluctant to merge this in as syntastic is basically a product of the era before the async job, not sure how many users of eleline.vim are using it.
@liuchengxu Makes sense. I was trying to getting some checkstyle warnings in Vim and later also switched to ALE.
Syntastic [1] is a syntax checking plugin. It can be useful to introduce additional linting info.
A new configuration
g:eleline_syntastic_raw
is introduced. When set to0
(default), the built-in format is used; when set to1
, it calls Syntastic'sSyntasticStatuslineFlag()
directly, which can be configured by user viag:syntastic_stl_format
[2].[1] https://github.com/vim-syntastic/syntastic [2] https://github.com/vim-syntastic/syntastic/blob/176f364f1b4acf894cdc248944f2d5506a37cc80/doc/syntastic.txt#L627-L643
Screenshots