summaryrefslogtreecommitdiffstats
path: root/vimrc
blob: c6514c20e312cae698ef5b6f69fcb333d5cc5d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax on
colorscheme peachpuff
set number

set tabstop=4
set shiftwidth=4
set expandtab

set fileformats=unix

" column 80 indicator
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.\+/