From 9ec7e56fdad84d57d34cb8edfbbfcf64bb9bfda3 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 9 Sep 2020 23:33:45 -0500 Subject: Ocaml: fix parser Paths were changed https://github.com/tree-sitter/tree-sitter-ocaml/pull/41 --- lua/nvim-treesitter/parsers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 622995cec..d5aa6f1c8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -130,6 +130,7 @@ list.ocaml = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", files = { "src/parser.c", "src/scanner.cc" }, + location = "tree-sitter-ocaml/ocaml" }, maintainers = {'@undu'}, } -- cgit v1.2.3-70-g09d2