Created
March 19, 2015 02:00
-
-
Save jpalala/92945b207e34bf04f632 to your computer and use it in GitHub Desktop.
dot.backup.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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