first batch

This commit is contained in:
Tobias Schmidl 2013-08-29 11:30:40 +02:00
parent 058e54e9ad
commit b92c1498e9
8 changed files with 297 additions and 0 deletions

18
vimrc Normal file
View file

@ -0,0 +1,18 @@
syntax enable
let g:solarized_hitrail=1
" let g:solarized_termcolors=256
colorscheme solarized
set background=dark
let load_doxygen_syntax = 1
set autoindent
set encoding=utf-8
set icon
set smartindent
set smartcase
set spelllang=de,en
set softtabstop=4
set tabstop=4
set nowrap
set number
set foldmethod=indent
set foldnestmax=10