You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
588 B

1 month ago
set nu
set nocp
set ignorecase
set smartcase
" Font
set guifont=Bitstream_Vera_Sans_Mono:h12:cANSI
" Tab related
set ts=4
set sw=4
set smarttab
set et
set ambiwidth=double
" Format related
set tw=78
set lbr
set fo+=mB
" Indent relate
set cin
set ai
set cino=:0g0t0(susj1
" Editing related
set backspace=indent,eol,start
set whichwrap=h,l,b,s,<,>,[,]
"set mouse=a
set selectmode=
set mousemodel=popup
set keymodel=
set selection=inclusive
" set spell
" File type related
filetype plugin indent on
" Display related
set ru
set sm
set hls
set wrap
colo ron
syntax enable
syntax on