Newbie question: how to solve the unknown type
error when developing neovim plugin?
#667
Unanswered
linrongbin16
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use teal to re-write my neovim plugin, here's my repo: https://github.com/linrongbin16/lsp-progress.nvim/tree/linrongbin16/tl.
When
make
(e.g.tl build
) the project, there's error message says:But I have no idea why
SeriesRecord
not found inteal/lsp-progress/client.tl
? And whySeriesRecord
andClientRecord
not found inteal/lsp-progress.tl
?Beta Was this translation helpful? Give feedback.
All reactions