From fc86e6165b74d1e5fad5012c7d9f107dbddd8d08 Mon Sep 17 00:00:00 2001 From: Edwin Huijsing Date: Mon, 11 Dec 2023 21:17:16 +0100 Subject: [PATCH] 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. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 18a9c28..0a0c45b 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,10 @@ You can use Vint with let g:syntastic_vim_checkers = ['vint'] +You can install with `vim-plug `__:: + + plug Vimjas/vint + Configure ---------