Dominic Monroe

Results 171 comments of Dominic Monroe

I would suspect bidi is using a rather old version of schema. It looks like there was a recent release, if you explicitly depend on 1.1.7 of prismatic/schema, does it...

Introducing spec would mean that bidi required 1.9.0 as a minimum. That would be a breaking change. Then again, removing schema is also a breaking change.

I have just finished adding NCM support to https://github.com/clojure-vim/async-clj-omni for Fireplace only. Acid.nvim will soon be supported also, once I have performed some refactoring. This brings Clojure support to NCM....

It seems that it would be just as appropriate in cases for a `form` to be valid as a constant also. For example if I want to use a pre-calculated...

No idea if this is still of interest to anyone, but have a use case. cider-nrepl maintains a list of middlewares. ``` :repl-options {:nrepl-middleware [~@(do (require 'cider.nrepl) (resolve 'cider.nrepl/cider-middleware))]} ```...

I no longer need this, I figured out how to do it with vim's errorformat: `'%+P%f:,%l: %m,%-Q'`

I got `Syntax error compiling at (REPL:1:370). No such namespace: vim-clojure-highlight ` using this branch. It was also very slow on initial load of a namespace, it would be cool...

@p-himik I think there's a bug in your example, you don't have a top-level `#ref [:y]`. But you do have a `:v` which works fine: ``` user=> (aero.core/read-config (char-array "{:v...

Makes sense, I haven't put _any_ effort into supporting vim8. I think this is the automatic `(ns)` insertion feature. I'm not sure that the plugin will work, generally, with vim8,...

One of the issues I previously had (and I'm not sure I fixed it with my impl - but was an eventual goal) was that `:p` wasn't reliably finding a...