Zulip Chat Archive

Stream: general

Topic: Lsp code actions that will insert a `rw?` result?


nrs (Nov 14 2024 at 23:23):

I'm using lean.nvim, and I'm trying to make the workflow of using rw?, simp?, apply? a bit faster; are there code actions that will insert a lemma from the infoview at the cursor location?

Julian Berman (Nov 14 2024 at 23:48):

Yes, all the above produce such a code action.

nrs (Nov 15 2024 at 00:00):

Julian Berman said:

Yes, all the above produce such a code action.

ah fantastic thank you, have been using lean.nvim for two months and it seems have preferred to suffer copy/pasting with my mouse instead of reading the docs (also thanks a lot for the work on lean.nvim!!!)

Patrick Massot (Nov 15 2024 at 12:27):

Note we are still missing the corresponding widgets showing the remaining goals.


Last updated: May 02 2025 at 03:31 UTC