diff options
Diffstat (limited to 'doc/ale-vim.txt')
-rw-r--r-- | doc/ale-vim.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-vim.txt b/doc/ale-vim.txt new file mode 100644 index 00000000..2311449b --- /dev/null +++ b/doc/ale-vim.txt @@ -0,0 +1,19 @@ +=============================================================================== +ALE Vim Integration *ale-vim-options* + + +------------------------------------------------------------------------------- +vint *ale-vim-vint* + +g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues* + + 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. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |