From f3c016fe032a9fc01e13178879cf72d601690c41 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 18 Jan 2016 00:36:18 -0700 Subject: [PATCH] vimrc: remove rainbow_parenthesis.vim plugin --- .gitmodules | 4 ---- vim/bundle/rainbow_parentheses.vim | 1 - vim/vimrc | 3 --- 3 files changed, 8 deletions(-) delete mode 160000 vim/bundle/rainbow_parentheses.vim 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 -- 2.39.2