diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-16 09:11:04 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | 87bb5f63401224430951a36e8a8d5a475709b26d (patch) | |
tree | 3a5bc2a105d28af048f67064b3bb87850e28022e | |
parent | eb85945410ae15e37dc7ac11352b6f052149e0bc (diff) | |
download | dotnvim-87bb5f63401224430951a36e8a8d5a475709b26d.tar.gz dotnvim-87bb5f63401224430951a36e8a8d5a475709b26d.zip |
Added credits, some explanation
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ # My ~/.vim +I borrowed from different sources, one of them being this: + +https://gist.github.com/manasthakur/d4dc9a610884c60d944a4dd97f0b3560 + +Few differences: + + - My repo is in `~/.vim/` + - I use pathogen to manage the plugins (should move to Vim 8's packages, but I + still have few Vim 7.x boxes) + - Includes gvim configuration + ## Using it in a new location cd ~ && git clone --recursive https://github.com/reidrac/dotvim.git |