README and initial setup was pert near theft of Jason Kapp's https://github.com/mtbkapp/kapp-vim.git
Combined with some of Ryan Florence's vim settings
Uses these plugins:
- clojure-static
- ctrlp
- fireplace
- javascript
- jsx
- nerdtree
- nerdtree-tabs
- paredit
- pathogen
- prettier
- sensible
- sleuth
- surround
Color themes:
Font:
Backup then delete your existing ~/.vim and ~/.vimrc files.
git clone --recursive https://github.com/trevdor/t-vim.git
ln -s <cloned-dir> ~/.vim
ln -s <cloned-dir>/.vimrc ~/.vimrc
This project uses submodules.
If you did not clone the project using --recursive
then you need to manually update submodules.
cd ~/.vim
git submodule init
git submodule update
cd ~/.vim
git submodule init
git submodule update