gentili / .vim

My personal .vim directory, with plugins and .vimrc included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My .vim

My personal .vim directory

Prerequisites

  • brew install cmake
  • brew install vim

Installation notes

cd ~
ln -s ~/.vim/.vimrc
ln -s ~/.vim/.flake8
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

Update notes

vim +PluginUpdate
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

About

My personal .vim directory, with plugins and .vimrc included


Languages

Language:Vim Script 100.0%