Skip to content

Instantly share code, notes, and snippets.

A good architecture maximizes the number of decisions NOT made. - Robert Martin
@dnshl
dnshl / .vimrc
Created June 2, 2019 21:34
vimrc
" Use vim settings, rather then vi settings (much better!)
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off " required for vundle
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Vundle "
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim