Julian / lean.nvim

neovim support for the Lean theorem prover
MIT License
255 stars 25 forks source link

Highlight inaccessible hypotheses differently in Lean 4 #271

Closed Julian closed 1 year ago

Julian commented 2 years ago

Lean 4 shows inaccessible hypotheses with a trailing cross symbol.

Emacs and VSCode treat these by doing one or both of eliding the cross symbol and highlighting the hypotheses in a dimmer color. We should likely follow suit in some way.

(Follow the resolution in the Zulip thread most likely)