My Vim configuration
+ruby +python3
should appears in vim --version
.
- ruby: command-t
- python3: YouCompleteMe
Please configure and build vim before install vimrc.
./configure --enable-rubyinterp \
--enable-python3interp \
--srcdir=. \
- Set up vimrc with symbolic link:
$ git clone https://github.com/duswnchl/vimrc.git ~/Packages $ ln -s $HOME/Packages/vimrc/vimrc ~/.vimrc
- Set up Vundle
- Install YouCompleteMe
- Install command-t