diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 2d65703..eb6ef85 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -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' " }}}