Skip to content

Commit

Permalink
Update README.rst add vim-plug instruction
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EdwinHuijsing authored Dec 11, 2023
1 parent e120918 commit fc86e61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ You can use Vint with

let g:syntastic_vim_checkers = ['vint']

You can install with `vim-plug <https://github.com/junegunn/vim-plug>`__::

plug Vimjas/vint

Configure
---------

Expand Down

0 comments on commit fc86e61

Please sign in to comment.