Skip to content

Instantly share code, notes, and snippets.

@relekang
Created August 12, 2012 12:00
Show Gist options
  • Save relekang/3331568 to your computer and use it in GitHub Desktop.
Save relekang/3331568 to your computer and use it in GitHub Desktop.
.vimrc
set t_Co=256
" Linje nummerering
set number
"Setter på automatisk innrykk og halverer innrykk lengden
set autoindent
set tabstop=4 shiftwidth=2 expandtab
let g:solarized_termcolors=256
syntax enable
set background=dark
colorscheme solarized
let NERDTreeIgnore=['\.vim$', '\~$', '.*\.egg-info', '.*\.pyc$', '.*\project.db$']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment