aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-07-26 08:27:44 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commit29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1 (patch)
treec1f7bcdc807ae39385d31683b67375324561fbbc /README.md
parente687598396fcc94fb369d95c069195d675670d8b (diff)
downloaddotnvim-29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1.tar.gz
dotnvim-29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1.zip
Updated instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index abdb4d5..9e02c36 100644
--- a/README.md
+++ b/README.md
@@ -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