Move linter documentation into separate files

This commit is contained in:
w0rp
2017-03-28 23:25:44 +01:00
parent 094eeb2673
commit d7f8324c3c
24 changed files with 919 additions and 721 deletions

19
doc/ale-vim.txt Normal file
View File

@@ -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: