Skip to content

Instantly share code, notes, and snippets.

@benoittgt
Created December 21, 2015 15:47
Show Gist options
  • Save benoittgt/39f2ebd29ba8b3d3c398 to your computer and use it in GitHub Desktop.
Save benoittgt/39f2ebd29ba8b3d3c398 to your computer and use it in GitHub Desktop.
"status Vundle
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
call plug#begin('~/.vim/plugged')
" let Vundle manage Vundle, required
Plug 'gmarik/Vundle.vim'
Plug 'albfan/ag.vim'
call plug#end()
filetype plugin indent on
" Simple settings
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment