summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
diff options
context:
space:
mode:
authorLucas Crownover <lcrown@uoregon.edu>2021-08-27 07:38:34 -0700
committerStephan Seitz <stephan.seitz@fau.de>2021-09-21 01:08:32 +0200
commitda4488c08b6773f91fb2637746e76d85a59a235b (patch)
treeffe05a32065b3487be249f02f75c8191d3ee1b31 /lua/nvim-treesitter
parentc99389fcf55c16126a6aed152711016db802f04d (diff)
Swapping to the correct repo
Diffstat (limited to 'lua/nvim-treesitter')
-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 3fd91712..064e510c 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,
},