From 24f9fdeb87d57d889a9341f5fdbb22d6ec13ea6f Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Wed, 23 Dec 2020 17:17:26 +1100 Subject: [PATCH] Update instructions on updating vimrc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a7a35d..f1f10aaf 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ If you have vim aliased as `vi` instead of `vim`, make sure to either alias it: Just do a git rebase! cd ~/.vim_runtime + git reset --hard git pull --rebase - python update_plugins.py + python update_plugins.py # use python3 is python is unavailable ## Some screenshots