Go to file
2025-01-29 23:07:02 +01:00
.gitignore Wooooooo 2025-01-29 23:07:02 +01:00
Example.lean Wooooooo 2025-01-29 23:07:02 +01:00
flake.lock Wooooooo 2025-01-29 23:07:02 +01:00
flake.nix Wooooooo 2025-01-29 23:07:02 +01:00
lake-manifest.json Wooooooo 2025-01-29 23:07:02 +01:00
lakefile.toml Wooooooo 2025-01-29 23:07:02 +01:00
lean-toolchain Wooooooo 2025-01-29 23:07:02 +01:00
readme.org Wooooooo 2025-01-29 23:07:02 +01:00

Readme

To ensure that the lsp in emacs work, one needs to run

lake exec cache get
lake build

The build step could be done in emacs via just loading a file, however, if the dependency is large (for example mathlib), it will crash due to size issues