#dotvim
.vimrc file and pludins for vim
##Quick Install
curl -sf https://raw.githubusercontent.com/CreatorS/dotvim/master/bootstrap.sh, sh
This will ...
Uninstallation:
curl -sf https://raw.githubusercontent.com/CreatorS/dotvim/master/bootstrap.sh, sh -s -- --uninstall
##Manual Install
cd ~
git clone https://github.com/creators/dotvim.git
ln -s ~/dotvim .vim
ln -s ~/dotvim/vimrc .vimrc
cd ~/.vim/bundle
git clone https://github.com/gmarik/vundle
vim +PluginInstall +qall
##Plugin list
- Git branch info
(https://github.com/taq/vim-git-branch-info)
- Grep
(https://github.com/yegappan/grep)
- NERDTree
(https://github.com/scrooloose/nerdtree)
- Vundle
(https://github.com/gmarik/vundle)