It's my vim config for rails develop on linux. Your can fork or just use it.
What vim scripts I use are list in .vimrc with Bundle
command.
- snap open
- open/close NERDTree
, , , - switch buffer - search content on the directory
- vim
- git
- ruby && rake
- rvm
Install will overwrite your .vimrc, .gvimrc file and .vim folder, the install.sh will backup your vim config on vim.tar.gz.
git clone git@github.com:chloerei/vimrc.git
cd vimrc
bash install.sh
Done.