Run in the terminal
git clone https://github.com/lqhl/.vim $HOME/.vim
# install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$HOME/.vim/install.shInstall plugins in vim with vim-plug:
:PlugInstall
If you upgrade this config from v2, you need to clean and reinstall some plugins:
:PlugClean
:PlugInstall
My config works with Vim7. But to enable deoplete.nvim, you need Neovim or Vim8 with python3 support.
basic.vim is taken from The Ultimate vimrc. And I found many useful snippets and plugins from it.
To manage Vim plugins, I use vim-plug, a minimalist Vim plugin manager.
This is v3 of my vim configuration:
- v1 was a fork of The Ultimate vimrc
- v2 manages plugins with neobundle