First commit

This commit is contained in:
VC
2019-09-04 09:06:55 +02:00
commit dded46ff64
144 changed files with 7495 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
set nocompatible
set paste
set smartindent
set noexpandtab
set tabstop=4
set shiftwidth=4
set softtabstop=-1
syntax on
set background=dark
set list listchars=tab:»\ ,extends:,precedes:,nbsp,trail
colorscheme solarized
filetype plugin indent on