NeoVIM/Vim configuration with vundle
- git clone https://github.com/fzlee/Vimrc.git ~/.vim
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- ln -s
~/
.vim/vimrc ~/.vimrc - vim ~/.vimrc, run
PlugInstall
- to update plugin installed, use
PlugUpdate
- to remove installed plugin , delete correspond bundle config, run
PlugClean
ln ~/.vim/ ~/.config/nvim
to create neovim configuration folderln ~/.vim/vimrc ~/.vim/init.vim
to create a neovim configuration file.
python_host_prog
is set to~/.virtualenvs/neovim/bin/python
, you must have a virtualenv called neovim there.- if you are using neovim ,
pip install neovim
. - install tools needed to build YoucompleteMe:
apt-get install ctags, cmake, python-dev, build-essential
. - cd ~/.vim/bundle/YouCompleteMe, run
python ./install.py
.