Timothy Rice ae6dafcbcd Move packload/helptags to end of vimrc | 1 년 전 | |
---|---|---|
.vim | 2 년 전 | |
.vimrc | 1 년 전 | |
LICENSE.CC_BY_SA | 8 년 전 | |
LICENSE.MIT | 8 년 전 | |
LICENSE.VIM | 8 년 전 | |
LICENSE.md | 6 년 전 | |
README.md | 9 년 전 |
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).