We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e39b5 commit d188858Copy full SHA for d188858
plugin/async_clj_highlight.vim
@@ -67,3 +67,5 @@ augroup END
67
68
command! -bar ToggleClojureHighlightReferences call s:toggle_clojure_highlight_references()
69
command! -bar -bang ClojureHighlightReferences call s:syntax_match_references(<bang>)
70
+
71
+map <plug>AsyncCljDoHighlight :ClojureHighlightReferences!<CR>
0 commit comments