parser(vlang): fix location of remote repo

This commit is contained in:
Stephan Seitz 2022-02-22 18:48:05 +01:00
parent 010f364295
commit c19d14f395
3 changed files with 11 additions and 13 deletions

View file

@ -1070,8 +1070,9 @@ list.proto = {
list.v = {
install_info = {
url = "~/sources/vls/tree_sitter_v",
url = "https://github.com/vlang/vls",
files = { "src/parser.c", "src/scanner.c" },
location = "tree-sitter-v/tree_sitter_v",
generate_requires_npm = false,
requires_generate_from_grammar = false,
},