Skip to content

Instantly share code, notes, and snippets.

View dob9601's full-sized avatar

Daniel O'Brien dob9601

View GitHub Profile
@dob9601
dob9601 / .vimrc
Last active October 27, 2020 14:45
My vimrc config
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()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required