Clojure rainbow brackets enable!

pull/2/head
Bodaniel Jeanes 2011-04-25 23:50:22 -05:00
parent 934c7c28b2
commit b579587097
1 changed files with 4 additions and 0 deletions

View File

@ -342,6 +342,10 @@ let NERDSpaceDelims = 1
" snipMate config
let g:snips_author = 'Bodaniel Jeanes'
"clojure
let vimclojure#ParenRainbow=1
autocmd FileType clojure AutoCloseOff
" Disable arrow keys
nnoremap <up> <nop>
nnoremap <down> <nop>