Add VimClojure

pull/2/head
Bodaniel Jeanes 2011-12-13 17:53:25 -06:00
parent 3f3de6d6fc
commit f27e373573
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ call vundle#rc()
" Bundle 'tpope/vim-rails'
" }}}
" Lisp/Clojure {{{
Bundle 'VimClojure'
let vimclojure#FuzzyIndent = 1
" }}}
" Markdown/Textile/etc {{{
Bundle 'tpope/vim-markdown'
" }}}