No Description

Timothy Rice ae6dafcbcd Move packload/helptags to end of vimrc 1 year ago
.vim e549da30dc Remove ctrl-o mapping 1 year ago
.vimrc ae6dafcbcd Move packload/helptags to end of vimrc 1 year ago
LICENSE.CC_BY_SA cb26bf01af Americanise licence names for compatibility with default stow ignores. 8 years ago
LICENSE.MIT cb26bf01af Americanise licence names for compatibility with default stow ignores. 8 years ago
LICENSE.VIM cb26bf01af Americanise licence names for compatibility with default stow ignores. 8 years ago
LICENSE.md 28e78ee682 Clarify licence. 5 years ago
README.md aa78bbe60a Direct people to LICENCE.md as the central licence file. 9 years ago

README.md

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).