vim-clojure-highlight icon indicating copy to clipboard operation
vim-clojure-highlight copied to clipboard

Extend builtin syntax highlighting to referred and aliased vars in Clojure buffers

Results 6 vim-clojure-highlight issues
Sort by recently updated
recently updated
newest added

vim-fireplace 2.0 has a different API for interacting with the fireplace engine and eval'ing code, so a few updates are needed to vim-clojure-highlight to continue working. https://github.com/tpope/vim-fireplace/tags

Hey, Really like the addon, just one thing ticks me off. When I run :ClojureHighlightReferences, all my parentheses, which all have different colors thanks to vim-niji, become the same color....

For example, allows full names like `clojure.core/conj` to get highlighted based on namespaces described in `(all-ns)`.

The first call is a bit slow so I didn't set up a default `BufRead` autocmd. Also, it's unfortunate but most of the useful functions needed for full highlighting (`ns-aliases`,...

I am using pathogen to install `vim-clojure-highlight` . I added these lines to my `~/.vimrc` > autocmd BufRead *.clj try | silent! Require | catch /^Fireplace/ | endtry autocmd Syntax...

Has anybody managed to get this working with clojurescript/figwheel? I have fireplace working nicely with figwheel but I don't get the complete highlighting for some reason. Any idea?