Changed naming convention; added testing functions

This commit is contained in:
Wryn Wagner
2020-10-19 19:28:35 -06:00
parent dce98ac8a1
commit 21ee3db169
5 changed files with 91 additions and 4 deletions

21
vim/options.vim Normal file
View File

@ -0,0 +1,21 @@
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