1.Introduction:
Installation requires [Git] and triggers [git clone
] for each configured repository to ~/.vim/bundle/
by default.
Curl is required for search.
- Set up [Vundle]:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Copy vimrc file to ~/.vimrc path
git clone [email protected]:jonydev/vim-settings.git ~/.vim/vim-settings
ln -s ~/.vim/vim-settings/vimrc ~/.vimrc
- Run Bundle Install in vim
vim +PluginInstall +qall
- Install HomeBrew,GCC,Cmake to config youcompleteme
- Go support: install Go and add
--go-completer
when callinginstall.py
. - JavaScript and TypeScript support: install Node.js and npm and
add
--ts-completer
when callinginstall.py
. - Rust support: install Rust and add
--rust-completer
when callinginstall.py
. - Java support: install JDK8 (version 8 required) and add
--java-completer
when callinginstall.py
.
- Install all
cd ~/.vim/bundle/YouCompleteMe ./install.py