Brandon Ringe

Results 163 comments of Brandon Ringe

I believe much of this can be added via clojure-lsp

> Most of this is implemented now, right? Via clojure-lsp. Yes, except for 1 in the original post, but maybe that's also possible in Calva via clojure-lsp or something else...

@miguelperes Does the repl you're connecting to have cider-nrepl loaded as a dependency? If not, I don't think Go To Definition will work (via the repl). Calva's jack-in feature injects...

I've created an issue for adding a command to restart clojure-lsp, FYI: https://github.com/BetterThanTomorrow/calva/issues/1727. Someone asked if there was a way to restart it with a shortcut in Slack today.

Related issue: https://github.com/BetterThanTomorrow/calva/issues/1113

Sorry for the long delay. I don't use vim/neovim myself, but does any info here help with your issue: https://calva.io/vim/? Can you explain a bit more what you mean by...

You might get some more help in the Calva channel of the Clojurians slack from someone else who uses NeoVim. Without a solid reproduction case it's difficult to investigate and...

@polydevuk [These changes](https://github.com/BetterThanTomorrow/calva/pull/1948) were released in v2.0.317. Are you having the same issue with that version or later of Calva? I'm not sure if those changes would fix your issue,...

It could have something to do with the let. Calva probably needs to check if it's in a subform in a let binding, rather than the outermost context of the...

Actually, maybe this only makes sense as a project-level setting (not user level), at least as it's described above (relative path). It would be nice to set this in the...