From 67dfeb0b6f9c9519cba5fe8dcb4024ec051fb804 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 15 May 2014 23:45:30 -0400 Subject: [PATCH] Missing thes vim options for some reason --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 7ff43be..56f5641 100644 --- a/.vimrc +++ b/.vimrc @@ -61,6 +61,9 @@ set noswapfile " Hope for the best set virtualedit=all " Cursor can go anywhere set scrolloff=3 " Keep cursor from touching edges set timeoutlen=500 " Don't wait too long (ambiguous leaders) +set showmatch " Show matching brackets +set hidden " Allow unsaved buffers to be hidden +set wildmenu " Command line completion " Make syntax highlighting faster syntax sync minlines=256 set ttyfast