mirror of https://github.com/bjeanes/dotfiles.git
Add VimClojure
parent
3f3de6d6fc
commit
f27e373573
|
@ -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'
|
||||
" }}}
|
||||
|
|
Loading…
Reference in New Issue