Skip to content

Instantly share code, notes, and snippets.

View nicolasfguillaume's full-sized avatar

Nicolas Guillaume nicolasfguillaume

View GitHub Profile
@nicolasfguillaume
nicolasfguillaume / .vimrc
Last active December 18, 2018 13:42 — forked from topheman/.vimrc
vim-config on Mac OS X
set shell=/bin/bash # FISH support
" Vundle 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()