blob: 80484ed390d07550c52ede80616ab61e20eb01e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
set nocompatible
set nobackup "no backup files
set nowritebackup "only in case you don't want a backup file while editing
set noswapfile "no swap files
syntax on
set number
set colorcolumn=73
set ft=c
" following should be set from terminfo automatically
set t_me=[37;40m
" todo t_ve
" todo t_vi
set bs=eol
|