From 3cc57cd3fa28f2658a55b7be50a23d247e74f50d Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 7 Mar 2021 18:41:46 +0100 Subject: [PATCH] Fix clojure --- lockfile.json | 2 +- lua/nvim-treesitter/parsers.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lockfile.json b/lockfile.json index 5a5d34b41..1dba93147 100644 --- a/lockfile.json +++ b/lockfile.json @@ -9,7 +9,7 @@ "revision": "70fd2cba742506903589b5e046c32e0e3e06404a" }, "clojure": { - "revision": "f09652f095be878df8a87a57dcbfa07094316253" + "revision": "61139f828d5be2155f3dce7be9aad1151e01b103" }, "comment": { "revision": "6b0dbd56284023617c3ea755624e55d0254f813a" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 051678619..0e369395f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -50,7 +50,6 @@ list.clojure = { install_info = { url = "https://github.com/sogaiu/tree-sitter-clojure", files = { "src/parser.c" }, - branch = "upgrade-to-ts-0.19.x" }, maintainers = {"@sogaiu"}, }