Skip to content

Instantly share code, notes, and snippets.

@painhardcore
Created October 23, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save painhardcore/5240c5b36cd8e5aa9546 to your computer and use it in GitHub Desktop.
Save painhardcore/5240c5b36cd8e5aa9546 to your computer and use it in GitHub Desktop.
set nocompatible
filetype on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'bling/vim-airline'
call vundle#end()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment