Skip to content

Commit

Permalink
Improve Clojure syntax highlighting
Browse files Browse the repository at this point in the history
This commit adds jrdoane's fork of vim-clojure-highlight since
guns/vim-clojure-highlight#7 has not yet been merged.
  • Loading branch information
mefryar committed Jul 22, 2021
1 parent 2f3d8b4 commit b1d27e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ call plug#begin('~/.vim/plugged')
" Asynchronous Lint Engine
Plug 'dense-analysis/ale'

" Clojure syntax highlighting
Plug 'jrdoane/vim-clojure-highlight'

" Enable REPL-driven development in Clojure
Plug 'tpope/vim-fireplace'

Expand Down

0 comments on commit b1d27e2

Please sign in to comment.