/Vim-Setup

My vim setup, including the addons and vimrc file

Primary LanguageVim Script

This repo contains a modified version of vim.

Credits to the original author.

Prerequisites

  • git
  • flake8 (python pep8 checker)
  • vimproc
  • cmake
  • python
  • exubernt-c-tags

Installation

cd ~
# clone the repo
git clone https://github.com/sameedali/Vim-Setup.git ~/.vim
# links the vimrc file
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
# do :PlugInstall
vi +PlugInstall +qall