Skip to content

Instantly share code, notes, and snippets.

View JBaczuk's full-sized avatar

Jordan Baczuk JBaczuk

View GitHub Profile
@JBaczuk
JBaczuk / .vimrc
Last active August 1, 2019 17:35 — forked from rocarvaj/.vimrc
My vimrc - C++
" VIM Configuration File
" Description: Optimized for C/C++ development, but useful also for other things.
"
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