Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 432 Bytes

vim-config

This holds my vim/gvim configuration.

Installation

  • Clone the repo into ~/.vim
git clone <repo> ~/.vim
  • Link resource files to the configured versions
cd ~
ln -s .vim/vimrc .vimrc
ln -s .vim/gvimrc .gvimrc
ln -s .vim/pylintrc .pylintrc
  • Update/Install the submodule plugins
cd ~/.vim
git submodule update --init

Usage

  • <F5> Will kickoff syntastic to check your syntax.