Skip to content

Instantly share code, notes, and snippets.

@tb123
Created July 17, 2014 08:22
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 tb123/f5ab3fb08d1795f99c2e to your computer and use it in GitHub Desktop.
Save tb123/f5ab3fb08d1795f99c2e to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'altercation/vim-colors-solarized'
" set number
syntax enable
set background=dark
let g:solarized_termcolors = 256
colorscheme solarized
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment