Skip to content

Commit fc86e61

Browse files
Update README.rst add vim-plug instruction
Today i installed Vimjas/vint with vim-plug and used it with ALE (https://github.com/dense-analysis/ale/#readme) I only needed to add the this ling to the plugin manager.
1 parent e120918 commit fc86e61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ You can use Vint with
2929

3030
let g:syntastic_vim_checkers = ['vint']
3131

32+
You can install with `vim-plug <https://github.com/junegunn/vim-plug>`__::
33+
34+
plug Vimjas/vint
35+
3236
Configure
3337
---------
3438

0 commit comments

Comments
 (0)