diff --git a/.vimrc b/.vimrc index f95eb70..2777f74 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,10 @@ set number set noswapfile " Hope for the best set virtualedit=all " Cursor can go anywhere set scrolloff=3 " Keep cursor from touching edges +" Make syntax highlighting faster +syntax sync minlines=256 +set ttyfast +set lazyredraw " Tabs are 2 spaces set tabstop=2 set softtabstop=2