diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-07-26 08:27:44 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | 29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1 (patch) | |
tree | c1f7bcdc807ae39385d31683b67375324561fbbc | |
parent | e687598396fcc94fb369d95c069195d675670d8b (diff) | |
download | dotnvim-29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1.tar.gz dotnvim-29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1.zip |
Updated instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -38,7 +38,8 @@ If you're not using vim 8; create a `.vimrc` with: ## Removing plugins - git submodule deinit bundle/foo + git submodule deinit -f bundle/foo git rm -r bundle/foo - rm -r .git/modules/bundle/foo + git commit -am "Removed plugin" + rm -rf .git/modules/bundle/foo |