How to search for theorems? #383
Answered
by
Julian
tooliltoolate
asked this question in
Q&A
-
I am going through Mathematics in Lean and it says I can search for theorems with Ctrl-space completion, but this is presumably for Vscode. What's the analogue for lean.nvim? |
Beta Was this translation helpful? Give feedback.
Answered by
Julian
Mar 28, 2025
Replies: 1 comment 3 replies
-
Hey! This will depend on which (auto)completion plugin you choose -- did you install nvim-cmp say, perhaps? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great, then the mapping from the suggested configuration for nvim-cmp would usually also be Ctrl-space to trigger completeion if you followed that recommended setup.