]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
vimrc: remove rainbow_parenthesis.vim plugin
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 07:36:18 +0000 (00:36 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 07:36:18 +0000 (00:36 -0700)
.gitmodules
vim/bundle/rainbow_parentheses.vim [deleted submodule]
vim/vimrc

index 48091ce1b99359cdfdd8538f198b2f8016bb7597..ef04f307f444a931b7b54f3cabe668392224664b 100644 (file)
        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 (submodule)
index eb8baa5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit eb8baa5428bde10ecc1cb14eed1d6e16f5f24695
index 38acfe51ff5635bfdb024fc0de86d444b31ebaa8..3d23deb6cc45f0d1c6adf1bda97183b100a445e0 100644 (file)
--- 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<CR>
 
-" Rainbow Parenthesis -- off by default but set toggle
-nnoremap co( :RainbowParenthesesToggle<CR>
-
 " Toggle git gutter
 nnoremap cog :GitGutterToggle<CR>