Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 734 Bytes

.vimrc file

This started from my use of spf13-vim and borrows sections from there. However, it is heavily pared back and butchered from there to suit my needs. Most notably all support for autocomplete via neocomplete was removed as I never was able to get that performant on large python files. The main goal is to keep the editor out of the way as much as possible and thus lightweight.

Quick Start

  1. Pull vimrc and put into place

$ git clone https://github.com/dklyle/vimrc.git

$ cp vimrc/.vimrc ~/.vimrc

  1. Setup Vundle and install plugins

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

$ vim +PluginInstall +qall