Update instructions on updating vimrc
This commit is contained in:
parent
f6855c3c41
commit
24f9fdeb87
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue