diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-07-16 15:25:50 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | f190adabb7f9bd58111f57fa190ecd0167543bfc (patch) | |
tree | c125afe3ec395f796ad4ecea0f20f5546076d01b | |
parent | d305712424865eaa63ab1ceb44839ce8d2fa25dd (diff) | |
download | dotnvim-f190adabb7f9bd58111f57fa190ecd0167543bfc.tar.gz dotnvim-f190adabb7f9bd58111f57fa190ecd0167543bfc.zip |
Expanded tabs
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,11 +34,11 @@ If you're not using vim 8; create a `.vimrc` with: ### Updating you .vim on a different machine git pull - git submodule update + git submodule update ## Removing plugins git submodule deinit bundle/foo - git rm -r bundle/foo - rm -r .git/modules/bundle/foo + git rm -r bundle/foo + rm -r .git/modules/bundle/foo |