From 171c7e4bcfd43ca8aef7f841013f0de47c76defd Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sun, 21 Jun 2020 13:47:56 -0500 Subject: Fix bash parser url Not sure if this was on purpose or if it was a mistake --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ae0fce277..9097d335d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -61,7 +61,7 @@ list.ruby = { list.bash = { install_info = { - url = "https://github.com/nvim-treesitter/tree-sitter-bash", + url = "https://github.com/tree-sitter/tree-sitter-bash", files = { "src/parser.c", "src/scanner.cc" }, }, filetype = 'sh' -- cgit v1.2.3-70-g09d2