GitHub - rweald/.vim: This is the config that I use for vim

Skip to content

Navigation Menu

Sign in

Appearance settings

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 https://rweald@github.com/rweald/Vim-Configuration.git ~/.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