diff options
author | w0rp <devw0rp@gmail.com> | 2018-04-08 18:10:00 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-04-08 18:10:00 +0100 |
commit | 1123669839c1656deb20f433fc672ca0abdda705 (patch) | |
tree | 462f84ae6933029e7c977c1e0e4fea94ed8585d2 /doc | |
parent | f9ae58849a8b465e367ed311f0506bae2a537a62 (diff) | |
download | ale-1123669839c1656deb20f433fc672ca0abdda705.zip |
Close #1315 - Make the vint executable configurable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-vim.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-vim.txt b/doc/ale-vim.txt index 30ac3a16..772bad23 100644 --- a/doc/ale-vim.txt +++ b/doc/ale-vim.txt @@ -5,6 +5,14 @@ ALE Vim Integration *ale-vim-options* =============================================================================== vint *ale-vim-vint* +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. + + g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues* *b:ale_vim_vint_show_style_issues* Type: |Number| |