Files
dotwryn/vim/options.vim
2020-10-19 19:28:35 -06:00

392 B

 
set formatoptions=lj
 
set number relativenumber
 
set linebreak breakindent breakindentopt=shift:3
set autoindent smartindent
 
set timeoutlen=200
 
set showmatch " -- emit 'beep' when no matching symbol,
set matchtime=0 " -- but don't jump to it.
 
 
set t_ZH= t_ZR= " italic start / end characters
 
set spellfile=$VIM_DIR/en.utf-8.add spelllang=en
 
set encoding=utf-8
 
let &t_co=256