lean.vim icon indicating copy to clipboard operation
lean.vim copied to clipboard

Results 3 lean.vim issues
Sort by recently updated
recently updated
newest added

First of all, thank you for the plugin. I noticed that block comments weren't being highlighted right. The code following the block comment is greyed out. ```lean import .love01_definitions_and_statements_demo /-...

Right now e.g. `ne.def` will highlight `def` as a `leanKeyword`.

This allows vim to replace \pi with Π and similar. Firstly, to allow abbreviations with \\, we need to add \\ to iskeyword, so I modified the syntax file to...