aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index aca5976b..a7c92197 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -168,6 +168,9 @@ set showbreak=...
set splitbelow " Below the current window, not above
set splitright " Right of the current window, not left
+" Don't try to syntax highlight run-on lines
+set synmaxcol=500
+
" No terminal mouse, even if we could; the manual says to set 't_RV', but I
" don't like that
" Not in NeoVim