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

@ -22,4 +22,10 @@ else
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l
endif
endif
" coding preferences
syntax on
set noautoindent smarttab ts=2 sw=2
set showmatch
set ruler