cargo run Failed to fetch tree-sitter grammars
#9650
-
Hi! I want to play with the helix code, but when I run
How can I fix this? What I have:
I'm sorry if this is a stupid question, but I really have no idea how to fix this... |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Feb 17, 2024
Replies: 1 comment 3 replies
-
Do you have any custom config in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, the error message is saying that there's a
[[grammar]]
entry with an invalidsource
field in the language config. If you move or delete that file the build should work