Skip to content

Commit

Permalink
README: Add note about updating vim packages
Browse files Browse the repository at this point in the history
  • Loading branch information
grekko committed Mar 17, 2022
1 parent ac4a319 commit 0dcbe62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ git submodule deinit -f -- dotdirs/.vim/bundle/${PLUGIN_NAME}
rm -rf .git/modules/dotdirs/.vim/bundle/${PLUGIN_NAME}
git rm -f dotdirs/.vim/bundle/${PLUGIN_NAME}
```

### Updating plugins

```sh
cd ~/.dotfiles
git submodule update --recursive --remote
```

0 comments on commit 0dcbe62

Please sign in to comment.