From 19fa3b0b57f2daf48d443a2d90b88bd3046f002f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 19 Jun 2018 16:12:09 +1200 Subject: Simplify syntax settings --- vim/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 69a05cd0..e56fdd84 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -24,9 +24,8 @@ endif " Options dependent on the syntax feature if has('syntax') && !has('g:syntax_on') - " Use syntax highlighting with 150 lines of context - silent! syntax enable - silent! syntax sync minlines=150 + " Use syntax highlighting + syntax enable " Opinionated; if the author is using color at all, it will probably be with " a dark background -- cgit v1.2.3