Skip to content

Instantly share code, notes, and snippets.

@keeguon
Created April 6, 2011 09:11
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 keeguon/905372 to your computer and use it in GitHub Desktop.
Save keeguon/905372 to your computer and use it in GitHub Desktop.
My vimrc file
" Theme
set background=dark
let g:solarized_termcolors=16
colorscheme solarized
" General settings
syntax on
set nocompatible
set number
" Indenting properties
set autoindent
set smartindent
set expandtab
set tabstop=2
set shiftwidth=2
" Plugins
autocmd VimEnter * NERDTree
autocmd BufEnter * NERDTreeMirror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment