From 6f84d8527184fa77c990f38d17d93e64dd01df70 Mon Sep 17 00:00:00 2001 From: Chris Lowder Date: Mon, 6 Jul 2020 17:49:59 +0100 Subject: [PATCH] Add wiminpac plugin install command to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b4b43d..d24bc34 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ ln -sf ~/code/clowder/dotfiles/.inputrc ~/ ln -sf ~/code/clowder/dotfiles/.vimrc ~/ ``` + +3. Install Vim plugins + ``` + :call minpack#update() + ```