summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-09-11 20:55:00 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-09-11 20:55:00 +0100
commit7c60b2ab9249a54d7616a11bd1f3c50b07110713 (patch)
tree383e04e1ee5b7733aa299410a0fa2f9c1158725b /vim/vimrc
parent32fdf873ea75e7fedd813a9e506bc6412c7fbf1c (diff)
added another couple of settings to try to improve vim sped
Diffstat (limited to '')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5f59d56..c5237a8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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