Skip to content

Commit 902af2e

Browse files
committed
Remove rainbow parens.
* It's been finicky
1 parent 95abeec commit 902af2e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

bundles-clojure.vimrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ Bundle 'guns/vim-clojure-highlight'
44
Bundle 'tpope/vim-fireplace'
55
Bundle 'tpope/vim-leiningen'
66
Bundle 'paredit.vim'
7-
Bundle 'kien/rainbow_parentheses.vim'

bundles.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set runtimepath+=~/.vim/bundle/Vundle.vim
99

1010
call vundle#begin()
1111

12-
Plugin 'gmarik/vundle'
12+
Plugin 'VundleVim/Vundle.vim'
1313

1414
" Files
1515
Plugin 'mileszs/ack.vim'

custom-clojure.vimrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
nnoremap <leader>E :%Eval<CR>
22
nnoremap <leader>R :Require<CR>
33
4-
" Rainbow parentheses always on
5-
au BufEnter *.clj RainbowParenthesesToggleAll
6-
74
let tlist_clojure_settings = 'lisp;f:function'

0 commit comments

Comments
 (0)