From 6a865af171f6b6cf48647ea60924a721d0e89de2 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Mon, 18 Sep 2023 13:12:07 +0800 Subject: chore: switch agda upstream --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 253cfb7fd..75ca59436 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -85,8 +85,8 @@ list.ada = { list.agda = { install_info = { - url = "https://github.com/AusCyberman/tree-sitter-agda", - files = { "src/parser.c", "src/scanner.cc" }, + url = "https://github.com/tree-sitter/tree-sitter-agda", + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@Decodetalkers" }, } -- cgit v1.2.3-70-g09d2