From 3b1574a14cac3446f9e9e7cff7a9a65a49fdfe7d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 16 Aug 2022 16:18:54 -0500 Subject: [PATCH] update vimrc with indent and syntax stuff --- vim/.vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index bb8de90..e804888 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -22,4 +22,10 @@ else map j map k map l -endif \ No newline at end of file +endif + +" coding preferences +syntax on +set noautoindent smarttab ts=2 sw=2 +set showmatch +set ruler