diff options
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 3fd917128..064e510c1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -180,7 +180,7 @@ list.ruby = { list.perl = { install_info = { - url = "https://github.com/lcrownover/tree-sitter-perl", + url = "https://github.com/ganezdragon/tree-sitter-perl", files = { "src/parser.c", "src/scanner.cc" }, generate_requires_npm = true, }, |
