We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95abeec commit 902af2eCopy full SHA for 902af2e
bundles-clojure.vimrc
@@ -4,4 +4,3 @@ Bundle 'guns/vim-clojure-highlight'
4
Bundle 'tpope/vim-fireplace'
5
Bundle 'tpope/vim-leiningen'
6
Bundle 'paredit.vim'
7
-Bundle 'kien/rainbow_parentheses.vim'
bundles.vimrc
@@ -9,7 +9,7 @@ set runtimepath+=~/.vim/bundle/Vundle.vim
9
10
call vundle#begin()
11
12
-Plugin 'gmarik/vundle'
+Plugin 'VundleVim/Vundle.vim'
13
14
" Files
15
Plugin 'mileszs/ack.vim'
custom-clojure.vimrc
@@ -1,7 +1,4 @@
1
nnoremap <leader>E :%Eval<CR>
2
nnoremap <leader>R :Require<CR>
3
-" Rainbow parentheses always on
-au BufEnter *.clj RainbowParenthesesToggleAll
-
let tlist_clojure_settings = 'lisp;f:function'
0 commit comments