Missing thes vim options for some reason

This commit is contained in:
Andrew Tomaka 2014-05-15 23:45:30 -04:00
parent 3ec635765e
commit 67dfeb0b6f

3
.vimrc
View file

@ -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