Skip to content

Commit e59b81b

Browse files
committed
Reenables vim clojure dynamic highlighting
1 parent 5f32402 commit e59b81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vim/vimrc.symlink

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Plug 'tpope/vim-salve', { 'for': 'clojure' }
6262
Plug 'tpope/vim-projectionist' " Allows to map projections to the project (dependency to vim-salve)
6363

6464
" Turns syntax highlight dynamic, allows to highlight project defined functions
65-
"Plug 'guns/vim-clojure-highlight', { 'for': 'clojure' }
65+
Plug 'guns/vim-clojure-highlight', { 'for': 'clojure' }
6666

6767
Plug 'guns/vim-sexp', { 'for': 'clojure' }
6868
Plug 'tpope/vim-sexp-mappings-for-regular-people', { 'for': 'clojure' }

0 commit comments

Comments
 (0)