Personal vim config files, nothing shiny.
On Linux or OS X, clone the repository and symlink files:
$ ln -s vimrc ~/.vimrc
$ ln -s vim ~/.vim
Initialize submodules:
$ git submodule init
$ git submodule update
All swap and backup files are located in ~/.tmp
instead near the edited file (default).
Make sure the directory exist before editing file, otherwise there will be errors:
$ mkdir ~/.tmp
Further customization may be added into vim/my/$USER.vim
, which is loaded by default.
Mine is included jfy.vim
.
$ git submodule add https://github.com/vim-scripts/a.vim vim/pack/plugins/a
$ git submodule add https://github.com/fholgado/minibufexpl.vim vim/pack/plugins/minibufexpl
$ git submodule add https://github.com/vim-scripts/TaskList.vim vim/pack/plugins/tasklist
$ git submodule add https://github.com/fatih/vim-go vim/pack/plugins/vim-go
$ git submodule add https://github.com/vim-scripts/Darcula-Color-Scheme vim/pack/plugins/darcula
$ git submodule add https://github.com/vim-scripts/Fruidle vim/pack/plugins/fruidle
$ git submodule add https://github.com/vim-scripts/molokai vim/pack/plugins/molokai
$ git submodule add https://github.com/vim-scripts/Zenburn vim/pack/plugins/zenburn
$ git submodule add https://github.com/vim-scripts/CSApprox.git vim/pack/plugins/csapprox