Imports #377
Unanswered
KieranL2075
asked this question in
Q&A
Imports
#377
Replies: 1 comment 2 replies
-
Hi. You have multiple In general |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi, Just starting out using neovim and lean4 (have used lean3 before but not lean4) so solution probably trivial.
lac ex1/
├── Lac/
│ ├── ex/
│ │ └── ex1.lean
│ ├── lec/
│ │ ├── lang.lean
│ │ └── langOp.lean
│ ├── Basic.lean
│ ├── lake-manifest.json
│ ├── lakefile.tmol
│ └── lean-toolchain
├── lake-manifest.json
├── lakefile.tmol
└── lean-toolchain
My issue is that i cannot import Lec module any of the lean files lang.lean, langOp.lean nor ex1.lean.
I wanted to ask here because other IDEs work file with the project structure I just cannot get the lean.nvim plugin to understand the project. I am sure its something obvious.
Any help or advice would be awesome. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions