Don't stop highlighting syntax after 350 characters

This commit is contained in:
Kevin MacMartin 2018-11-13 16:01:35 -05:00
parent 12a7af60f7
commit 444cdcab94

View file

@ -62,7 +62,6 @@
"FILE: {{{
filetype plugin indent on "enable filetype-based auto-indentation
syntax on "enable syntax highlighting
set synmaxcol=350 "disable syntax highlighting on a given line after 350 characters
set formatoptions=roqnl12 "how automatic formatting is to be done
set diffopt=foldcolumn:0,filler "vimdiff default settings
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper