Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created March 19, 2015 02:00
Show Gist options
  • Save jpalala/92945b207e34bf04f632 to your computer and use it in GitHub Desktop.
Save jpalala/92945b207e34bf04f632 to your computer and use it in GitHub Desktop.
dot.backup.vimrc
" bundle that works
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#begin()
Bundle 'gmarik/vundle'
Bundle 'scrooloose/syntastic'
Bundle 'scrooloose/nerdtree'
set tabstop=8
set expandtab
set softtabstop=2
set shiftwidth=2
syntax on
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment