Skip to content

Instantly share code, notes, and snippets.

View impliedchaos's full-sized avatar

Dave Maez impliedchaos

  • Greenwood, SC, USA
View GitHub Profile
@impliedchaos
impliedchaos / .vimrc
Last active December 31, 2019 16:12
vimrc for work
"dmaez .vimrc for devel1
"GistID: 833db6f3f8cb4d50b453139db4df154f
"Load up plugins
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim' " Vundle