You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In simple cases I think there are simple changes we can make.
E.g. probably we should set indentkeys+==where and := for Lean 4.
For more complex cases, if or when tree-sitter-lean is good enough to use, nvim-treesitter allows us to define indentation rules via it (via an indents.scm file).
The text was updated successfully, but these errors were encountered:
In simple cases I think there are simple changes we can make.
E.g. probably we should
set indentkeys+==where
and:=
for Lean 4.For more complex cases, if or when
tree-sitter-lean
is good enough to use,nvim-treesitter
allows us to define indentation rules via it (via anindents.scm
file).The text was updated successfully, but these errors were encountered: