lean language server ignoring default options #7685
Unanswered
danjenson
asked this question in
Troubleshooting
Replies: 3 comments
-
Have you tried removing the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep, that didn't do anything. In fact, it looks like nothing is really working beyond type checking / errors with the lean language server. |
Beta Was this translation helpful? Give feedback.
0 replies
-
fwiw, not everything that depends on LSP is explicitly labelled as such. Like "rename symbol" is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am using the lean language server for Lean 4, however, none of the options listed here: https://github.com/leanprover/vscode-lean appear to be working. In particular, I'd like it to replace commands like \to with unicode symbols. I even added
to my
languages.toml
, but it seems to have no effect.Reproduction Steps
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
elan self update
elan default leanprover/lean4:stable
hx t.lean
a \to b
, where\to
should be replaced with right arrow.Helix log
Platform
Void Linux
Terminal Emulator
Alacritty
Helix Version
helix 22.12
Beta Was this translation helpful? Give feedback.
All reactions