blob: a86c9506fda3d078e858fe2d3e389fd5fa976dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
" following should be set from terminfo automatically
set t_me=[37;40m
" todo t_ve
" todo t_vi
|