Skip to content

Instantly share code, notes, and snippets.

@hazbo
Created September 21, 2015 15:54
Show Gist options
  • Save hazbo/e8a054b546258c65f14d to your computer and use it in GitHub Desktop.
Save hazbo/e8a054b546258c65f14d to your computer and use it in GitHub Desktop.
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
Plugin 'VundleVim/Vundle.vim'
Plugin 'fatih/vim-go'
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment