vimrc setting
- clone neobundle.vim
mkdir -p ~/.vim/bundle
git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
-
setting or clone .vimrc
-
open vim and
:NeoBundleInstall
###Option
####-bash: vim: command not found
# yum -y install vim-enhanced
####if you'd like to change command vi to use vim
vim ~/.bashrc
add this
alias vi='vim'
source .bashrc