diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2020-06-21 13:47:56 -0500 |
|---|---|---|
| committer | Santos Gallegos <stsewd@protonmail.com> | 2020-06-21 13:47:56 -0500 |
| commit | 171c7e4bcfd43ca8aef7f841013f0de47c76defd (patch) | |
| tree | 30d0fdf756f9b7c315d374a3aaa8906d86e1dc88 /lua | |
| parent | ec903ac99d07e0960d0acc71e70ba9809742bfbf (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.lua | 2 |
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' |
