summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2020-06-21 13:47:56 -0500
committerSantos Gallegos <stsewd@protonmail.com>2020-06-21 13:47:56 -0500
commit171c7e4bcfd43ca8aef7f841013f0de47c76defd (patch)
tree30d0fdf756f9b7c315d374a3aaa8906d86e1dc88 /lua
parentec903ac99d07e0960d0acc71e70ba9809742bfbf (diff)
Fix bash parser url
Not sure if this was on purpose or if it was a mistake
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index ae0fce27..9097d335 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'