sameedali / Vim-Setup

My vim setup, including the addons and vimrc file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My vim setup, including the addons and vimrc file


Languages

Language:Vim Script 98.7%Language:Python 1.2%Language:Vim Snippet 0.1%Language:Shell 0.0%