Skip to content

Commit b1d27e2

Browse files
committed
Improve Clojure syntax highlighting
This commit adds jrdoane's fork of vim-clojure-highlight since guns/vim-clojure-highlight#7 has not yet been merged.
1 parent 2f3d8b4 commit b1d27e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ call plug#begin('~/.vim/plugged')
1212
" Asynchronous Lint Engine
1313
Plug 'dense-analysis/ale'
1414

15+
" Clojure syntax highlighting
16+
Plug 'jrdoane/vim-clojure-highlight'
17+
1518
" Enable REPL-driven development in Clojure
1619
Plug 'tpope/vim-fireplace'
1720

0 commit comments

Comments
 (0)