diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-16 09:15:22 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | f0658e5514831497c99a1ca21d2f807f3fec13cb (patch) | |
tree | 77e1386854ff3b19624b5430c3440b7c9d7a844a | |
parent | 5123be622586cce3ab335c62018b832381a2e1d0 (diff) | |
download | dotnvim-f0658e5514831497c99a1ca21d2f807f3fec13cb.tar.gz dotnvim-f0658e5514831497c99a1ca21d2f807f3fec13cb.zip |
Simpler is better
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Few differences: ## Using it in a new location - cd ~ && git clone --recursive https://github.com/reidrac/dotvim.git + cd && git clone --recursive https://github.com/reidrac/dotvim.git If you're not using vim 8; create a `.vimrc` with: |