Bozhidar Batsov
Bozhidar Batsov
Such a feature would be a great addition, indeed. Ideally other tools would start updating this central map as well, when firing up nREPL servers. Btw, when will connections be...
> Are there maintainers for this package? I would love to take over the maintenance if that's the case. Mentioning @lebensterben since he showed interest in maintaining this package as...
Looks good to me as well, although I'd probably split this into two commits. You might also adjust the README, as it currently suggests setting up the file extension mappings...
I think it may be prudent to allow the user to specify which mode they prefer if both are present, as the REPL font-locking is also hardcoded to `clojure-mode` right...
You might also want to check for inspiration a similar PR for CIDER https://github.com/clojure-emacs/cider/pull/3461
If all of the functions exist in `clojure-ts-mode` - sure. I'm guessing in some cases something might not exist in `clojure-ts-mode` yet, so you'll have to stick to the `clojure-mode`...
@Andre0991 Any updates?
There's no way for Merlin to provide completion candidates directly for the top-level, as it operates on source files. `utop.el` uses utop's completion API to provide completion within the top-level...
I'll have to take a closer look at where Merlin pulls the candidates from exactly, but I can't imagine how exactly something like this will work. E.g. do completion candidates...
Yeah, I agree with that suggestion. Generally I think it's fine to have both branches on the same line only for trivial (e.g. one-line conditionals).