first batch
This commit is contained in:
parent
058e54e9ad
commit
b92c1498e9
8 changed files with 297 additions and 0 deletions
18
vimrc
Normal file
18
vimrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue