This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-19
Channels
- # announcements (41)
- # babashka (25)
- # beginners (11)
- # calva (15)
- # clj-kondo (34)
- # clojure (25)
- # clojure-france (2)
- # clojurescript (69)
- # conjure (1)
- # cursive (23)
- # datalog (3)
- # datomic (4)
- # deps-new (2)
- # emacs (31)
- # helix (1)
- # hoplon (1)
- # lsp (8)
- # luminus (17)
- # malli (5)
- # meander (1)
- # nrepl (7)
- # off-topic (1)
- # polylith (6)
- # portal (3)
- # reitit (15)
- # shadow-cljs (1)
- # xtdb (16)
Dunno if anyone else here are using calva with vscodevim, however, this issue is annoying: https://github.com/VSCodeVim/Vim/issues/6992
@U2FRKM4TW How do you bypass this issue? The only thing I could do is to downgrade to v1.21.5.
That's exactly what I did. And after that, I switched the extension to NeoVim. Although can't really say right now whether it's better - I haven't been using Calva that much since then.
I was using Calva for a hobby project, just to get a taste of it. Now that hobby project is on hiatus, and I still use IDEA with Cursive for my main projects.

@U0ETXRFEW Thoughts on the issue? I guess all Calva+VscodeVim users are affected.
There is not anything we can do about it, afaict. NeoVIM seems to be taking another approach, letting VS Code handle insert mode. Maybe try that one?
hi, this might be a dumb question, but it seems like the sample command (eval + pprint/`calepr`) given in the docs doesn't actually exist (anymore?), could someone double-check/reproduce it? This is with Calva v2.0.211, using via remote
link to the docs https://calva.io/finding-commands/
I guess this command was removed https://github.com/BetterThanTomorrow/calva/pull/344/files two years ago, so it might just be the case that nobody noticed this in the docs since then
I think you are right. It was one of @U9A1RLFNV's first contributions to Calva to make pprint a mode, iirc. It feels a bit like that would predate those docs, though, but idk.
I’ve updated that doc. Thanks for the heads up @U02ER5Z1KFG!