/.vim

This is the config that I use for vim

Primary LanguageVim script

Custom Vim Configuration that I use.

Initially inspired by the amazing Janus Script

#Installation Instructions

  1. Checkout the code into a folder called .vim in your home directory
git clone git@github.com:submitteddenied/.vim ~/.vim
  1. Initialize and update the submodules
git submodule init
git submodule update
  1. Make sym links from the *rc files to your home directory
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc