From cd3a10fc6d0e6f2fcfe284624a9d179d0b80bf1e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Nov 2017 23:13:08 -0400 Subject: clean up the rainbow_paren plugin a bit --- vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 2d68fb9..c58371f 100644 --- a/vimrc +++ b/vimrc @@ -158,12 +158,5 @@ let g:Textobj_defs = [ \['\|', 'Textobj_paired', '\|'], \] " }}} -" Load plugins that don't use vim's format {{{ -" just loading this directly from the plugin directory fails because language -" syntax files override the highlighting -" using BufWinEnter because that is run after modelines are run (so it catches -" modelines which update highlighting) -autocmd vimrc BufWinEnter,FileType * runtime plugin/rainbow_paren.vim -" }}} " }}} " vim: fdm=marker -- cgit v1.2.3-54-g00ecf