diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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, }, |
