diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-11 20:55:00 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-11 20:55:00 +0100 |
commit | 7c60b2ab9249a54d7616a11bd1f3c50b07110713 (patch) | |
tree | 383e04e1ee5b7733aa299410a0fa2f9c1158725b /vim/vimrc | |
parent | 32fdf873ea75e7fedd813a9e506bc6412c7fbf1c (diff) |
added another couple of settings to try to improve vim sped
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ runtime! plugin/sensible.vim let sh_minlines=100 let sh_maxlines=600 set synmaxcol=300 +set noshowmatch +set synmaxcol=200 set nocompatible |