Browse Source

~/.vimrc: Clojure syntax support.

Lucas Stadler 12 years ago
parent
commit
ff2128c8a9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@ -28,6 +28,8 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
28 28
	au FileType javascript nnoremap <buffer> gu :TernRefs<cr>
29 29
	au FileType javascript nnoremap <buffer> gt :TernType<cr>
30 30
	au FileType javascript nnoremap <buffer> cw :TernRename<cr>
31
32
	Bundle 'guns/vim-clojure-static'
31 33
endif
32 34
33 35
" Have syntax highlighting and non-vi features