summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-04 23:13:08 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-04 23:44:20 -0400
commitcd3a10fc6d0e6f2fcfe284624a9d179d0b80bf1e (patch)
tree311cb2edd34e015d52b33a0a3857ce99ad425488 /vimrc
parent3fcb921077ae6aee0e25afef5d23c368c90ec3d3 (diff)
downloadconf-cd3a10fc6d0e6f2fcfe284624a9d179d0b80bf1e.tar.gz
conf-cd3a10fc6d0e6f2fcfe284624a9d179d0b80bf1e.zip
clean up the rainbow_paren plugin a bit
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 0 insertions, 7 deletions
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