Hello,
I'm sure many of you miss the DynamicHighlighting feature from
VimClojure. vim-clojure-highlight is essentially a reimplementation of
that feature as a fireplace plugin:
https://github.com/guns/vim-clojure-highlight
For those who are unfamiliar, this plugin highlights referred and
aliased vars from other namespaces in the same fashion as the vars in
clojure.core.
As suspected, writing this was quite straightforward, and also appears
to be reasonably fast.
This has only been tested on a console version of vim 7.4.131 on Linux,
so if this plugin does not work smoothly for you, please let me know!
Cheers,
guns