diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-07 18:41:46 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | 3cc57cd3fa28f2658a55b7be50a23d247e74f50d (patch) | |
| tree | 636de9e7ebbd5ab262a74f0efd543121f27e52b5 /lua | |
| parent | Fix ocaml queries (diff) | |
| download | nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar.gz nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar.bz2 nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar.lz nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar.xz nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.tar.zst nvim-treesitter-3cc57cd3fa28f2658a55b7be50a23d247e74f50d.zip | |
Fix clojure
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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"}, } |
