basaks / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

How to install vim plugins

  1. Copy vimrc into $HOME/.vimrc.
  2. Clone Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Fire up VIM and do :PluginInstall

  2. Install cmake if required:

sudo apt get install cmake
  1. Setup YouCompleteME:
cd ~/.vim/bundle/YouCompleteMe/                                     

git submodule update --init --recursive                                         
python install.py                                                               

About


Languages

Language:Shell 58.5%Language:Vim Script 41.5%