From c19d14f39593ff9bc028db6db35f9fc60966543b Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 22 Feb 2022 18:48:05 +0100 Subject: parser(vlang): fix location of remote repo --- lua/nvim-treesitter/parsers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 93e333236..26a5aab15 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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, }, -- cgit v1.2.3-70-g09d2