blob: a9d6328d96a2d9caf1875fbc31208c13c094a9e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|