From: R. Steve McKown Date: Mon, 18 Jan 2016 07:36:18 +0000 (-0700) Subject: vimrc: remove rainbow_parenthesis.vim plugin X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=f3c016fe032a9fc01e13178879cf72d601690c41 vimrc: remove rainbow_parenthesis.vim plugin --- diff --git a/.gitmodules b/.gitmodules index 48091ce..ef04f30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,10 +10,6 @@ path = vim/bundle/delimitMate url = https://github.com/Raimondi/delimitMate.git ignore = untracked -[submodule "vim/bundle/rainbow_parentheses.vim"] - path = vim/bundle/rainbow_parentheses.vim - url = https://github.com/kien/rainbow_parentheses.vim.git - ignore = untracked [submodule "vim/bundle/Recover.vim"] path = vim/bundle/Recover.vim url = https://github.com/chrisbra/Recover.vim diff --git a/vim/bundle/rainbow_parentheses.vim b/vim/bundle/rainbow_parentheses.vim deleted file mode 160000 index eb8baa5..0000000 --- a/vim/bundle/rainbow_parentheses.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eb8baa5428bde10ecc1cb14eed1d6e16f5f24695 diff --git a/vim/vimrc b/vim/vimrc index 38acfe5..3d23deb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -339,9 +339,6 @@ let g:delimitMate_expand_space = 1 " cop means to toggle auto pairing nnoremap cop :DelimitMateSwitch -" Rainbow Parenthesis -- off by default but set toggle -nnoremap co( :RainbowParenthesesToggle - " Toggle git gutter nnoremap cog :GitGutterToggle