From 0752c5981118f6bee4ca6e5f4004f1f95dee5d25 Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Tue, 13 Jun 2017 00:07:33 +0200 Subject: Fix performance issue with long lines in vim while syntax highlighting is on. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 424e03e..3a980ae 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,9 @@ call dein#end() filetype plugin indent on syntax enable +" Fix performance issue with long lines +set synmaxcol=200 + " Plugins config let g:clang_c_options = '-std=gnu11' let g_clang_cpp_options = '-std=c++11 -stdlib=libc++' -- cgit v1.2.3-70-g09d2