Nimaoth / Nev

Nev is a keyboard focused GUI and terminal text editor
Other
76 stars 0 forks source link

nimble setup fails because tree-sitter-nim branch is not master #20

Open btbytes opened 3 weeks ago

btbytes commented 3 weeks ago

fatal: couldn't find remote ref master.

Is there a way to set the branch name in the config/settings.json?

Nimaoth commented 3 weeks ago

Thanks for trying it out. Did you just clone and then run nimble setup, or which steps exactly were you doing? Also which nim version/os do you use?

Currently there is no way to specify the branch for treesitter parsers in settings.json, but I can add that. But the treesitter repo in the settings.json aren't even be used until you run the editor, they are not used for building, so if that's were the error already happens then it's unrelated to settings.json