summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
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