Timothy Rice ae6dafcbcd Move packload/helptags to end of vimrc | il y a 1 an | |
---|---|---|
.vim | il y a 2 ans | |
.vimrc | il y a 1 an | |
LICENSE.CC_BY_SA | il y a 8 ans | |
LICENSE.MIT | il y a 8 ans | |
LICENSE.VIM | il y a 8 ans | |
LICENSE.md | il y a 6 ans | |
README.md | il y a 9 ans |
After you clone the repo you'll need to symlink it into appropriate parts of vim
's default path.
If you have an existing ~/.vim
directory containing your own plugins etc that you don't want to overwrite,
you could do something like the following:
$ ln -svf "$PWD"/vimrc ~/.vimrc
$ find -mindepth 1 -type d ! -regex ".*\.git.*" -exec mkdir -pv ~/.vim/{} \;
$ find -mindepth 2 -type f ! -regex ".*\.git.*" -exec ln -sv $PWD/{} ~/.vim/{} \;
See LICENCE.md
for overview of licences and copyright information (as best I understand/recall).