dotwryn/vim/options.vim

22 lines
392 B
VimL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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