Bozhidar Batsov

Results 1751 comments of Bozhidar Batsov

The plugin currently doesn’t read any config from Lein profiles. I was thinking it should probably extract data from the repl profile and an nrepl profile. On Sun, 19 Aug...

@vemv Interested in tacking this one as well? Should be pretty straightforward.

I don't want to repeat myself here, so I'll just link to https://clojureverse.org/t/clj-commons-building-a-formatter-like-gofmt-for-clojure/3240/85 TLDR; Before jumping the gun on some universal indentation scheme I think it'd be beneficial to think:...

I checked the `cider-inspector.el` code and it seems the dependency on `cider-eval.el` is there just to access a single variable from there. Perhaps a better fix would be a simple...

I'll take a closer look tomorrow.

> I thought it was Emacs completion engine that controls it. If not, then it would make things easier, I suppose. Yeah, I'm reasonably sure the Emacs completion engine controls...

I see we also have a bunch of notes about missing functionality here: ``` ;; defines a completion style named `cider' (which ideally would have been named `cider-fuzzy'). ;; note...