diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-05-03 13:05:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | 7ca3c406f130a53a2b61635b67388d6d2520bcac (patch) | |
tree | c812583a0df4a3f114b23189017d058c3783f567 | |
parent | 27ea8a4b579aece4b7a2b9b3e3d1ef8d70a29d94 (diff) | |
download | dotnvim-7ca3c406f130a53a2b61635b67388d6d2520bcac.tar.gz dotnvim-7ca3c406f130a53a2b61635b67388d6d2520bcac.zip |
Don't track remote
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ If you're not using vim 8; create a `.vimrc` with: ### Updating you .vim on a different machine git pull - git submodule update --remote + git submodule update ## Removing plugins |