From 4fcc710721d5398aaf6d71b5402eefa7541c3d3c Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 17 Jan 2022 23:28:45 -0500 Subject: [PATCH] vi: Add a couple more vim-compatible settings showmatch is crucial for code with nested parens (like lisp, not that I plan to write much lisp in vi...) and autoindent is also real nice for code! --- .exrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.exrc b/.exrc index b38d360..5548c73 100644 --- a/.exrc +++ b/.exrc @@ -4,3 +4,5 @@ " if this file is chosen for vim initialization too. set ruler set autoindent +set showmatch +set autoindent -- libgit2 1.1.1