Skip to content

Commit

Permalink
clojure support
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly committed May 3, 2012
1 parent 2a81fcd commit c0a86a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ let g:indent_guides_start_level = 2
let g:indent_guides_enable_on_vim_startup = 1
let g:indent_guides_guide_size = 1
let g:indent_guides_color_change_percent = 5

" VimClojure
let g:vimclojure#ParenRainbow = 1
let g:vimclojure#DynamicHighlighting = 1
2 changes: 1 addition & 1 deletion vundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Bundle 'kchmck/vim-coffee-script'
Bundle 'vitaly/vim-syntastic-coffee'
Bundle 'vim-scripts/jade.vim'
Bundle 'wavded/vim-stylus'

Bundle 'VimClojure'

" Support and minor
Bundle 'kana/vim-textobj-user'
Expand Down

0 comments on commit c0a86a4

Please sign in to comment.