diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |