2017-03-28 18:25:44 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE Vim Integration *ale-vim-options*
|
|
|
|
|
|
|
|
|
2017-07-08 09:17:26 -04:00
|
|
|
===============================================================================
|
2017-03-28 18:25:44 -04:00
|
|
|
vint *ale-vim-vint*
|
|
|
|
|
2018-04-08 13:10:00 -04:00
|
|
|
g:ale_vim_vint_executable *g:ale_vim_vint_executable*
|
|
|
|
*b:ale_vim_vint_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'vint'`
|
|
|
|
|
|
|
|
This option can be set to change the executable path for Vint.
|
|
|
|
|
|
|
|
|
2017-03-28 18:25:44 -04:00
|
|
|
g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues*
|
2017-04-27 17:04:34 -04:00
|
|
|
*b:ale_vim_vint_show_style_issues*
|
2017-03-28 18:25:44 -04:00
|
|
|
Type: |Number|
|
|
|
|
Default: `1`
|
|
|
|
|
|
|
|
This variable will enable/disable style issues for Vint. When this option
|
|
|
|
is disabled, only warnings and errors which are not purely style issues
|
|
|
|
will be reported.
|
|
|
|
|
|
|
|
|
2017-07-08 09:17:26 -04:00
|
|
|
===============================================================================
|
2017-03-28 18:25:44 -04:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|