update vimrc with indent and syntax stuff

This commit is contained in:
John Bowdre 2022-08-16 16:18:54 -05:00
parent 5ab3ac59f8
commit 3b1574a14c

View file

@ -23,3 +23,9 @@ else
map <C-k> <C-w>k map <C-k> <C-w>k
map <C-l> <C-w>l map <C-l> <C-w>l
endif endif
" coding preferences
syntax on
set noautoindent smarttab ts=2 sw=2
set showmatch
set ruler