summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index afbda7a..f669094 100644
--- a/vimrc
+++ b/vimrc
@@ -13,10 +13,13 @@ set smartindent
set autoindent
set guioptions-=T
+" highlight cursor line
+set cursorline
+
" highlight search matches
set hlsearch
-" show matching parenthesis
+" show matching parenthesis/brackets
set showmatch
" remove whitespace on write