We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f32402 commit e59b81bCopy full SHA for e59b81b
1 file changed
vim/vimrc.symlink
@@ -62,7 +62,7 @@ Plug 'tpope/vim-salve', { 'for': 'clojure' }
62
Plug 'tpope/vim-projectionist' " Allows to map projections to the project (dependency to vim-salve)
63
64
" Turns syntax highlight dynamic, allows to highlight project defined functions
65
-"Plug 'guns/vim-clojure-highlight', { 'for': 'clojure' }
+Plug 'guns/vim-clojure-highlight', { 'for': 'clojure' }
66
67
Plug 'guns/vim-sexp', { 'for': 'clojure' }
68
Plug 'tpope/vim-sexp-mappings-for-regular-people', { 'for': 'clojure' }
0 commit comments