From e1c8856630971a67e558208c0059f472a51fccb8 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 28 Apr 2017 20:57:34 -0400 Subject: [PATCH] Replace inactive rainbow parens vim plugin --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index c630851..78cf031 100644 --- a/vimrc +++ b/vimrc @@ -54,6 +54,8 @@ Plug 'nelstrom/vim-qargs' Plug 'godlygeek/csapprox' " Try to make gvim themes look decent in Windows +Plug 'eapache/rainbow_parentheses.vim' + " WARNING: Has a lot of themes, but they break the other themes listed below "Plug 'flazz/vim-colorschemes' Plug 'elixir-lang/vim-elixir' @@ -82,7 +84,6 @@ Plug 'reedes/vim-colors-pencil' " High-contrast " ///////////////////////////////////////////////////////////////////// " Clojure " ///////////////////////////////////////////////////////////////////// -Plug 'kien/rainbow_parentheses.vim' Plug 'guns/vim-clojure-highlight' Plug 'guns/vim-clojure-static' Plug 'tpope/vim-fireplace', { 'for': 'clojure' } @@ -264,6 +265,7 @@ au VimEnter * RainbowParenthesesToggle au Syntax * RainbowParenthesesLoadRound au Syntax * RainbowParenthesesLoadSquare au Syntax * RainbowParenthesesLoadBraces +au Syntax * RainbowParenthesesLoadChevrons """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Schemes