Skip to content

dklyle/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

.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

Releases

No releases published

Packages

No packages published