sarlinpe / .vim

Vim plugins and configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myvimconfig

Vim plugins and configuration files for smooth C/C++ and Python development.

Installation

  • Pull latest version of Vundle: git submodule update --init --recursive
  • Symlink .vimrc: ln -s ~/.vim/.vimrc ~/.vimrc
  • Pull the plugins: vim +PluginInstall +qall
  • Additional plugins installation:
    • YouCompleteMe: build ./bundle/YouCompleteMe/install.py --clang-completer
    • Tagbar: run sudo apt-get install exuberant-ctags
    • Airline: install the patched powerline-fonts by running ./install_powerline.sh

About

Vim plugins and configuration files


Languages

Language:Vim Script 86.8%Language:Python 12.9%Language:Shell 0.3%