diff options
| author | ShootingStarDragons <ShootingStarDragons@protonmail.com> | 2023-09-18 13:12:07 +0800 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-09-18 07:42:58 +0200 |
| commit | 6a865af171f6b6cf48647ea60924a721d0e89de2 (patch) | |
| tree | 7972c0796673cb932571e80b2224bf0c4fb05655 /lua | |
| parent | feat(markdown): conceal triple backticks and HTML entities (diff) | |
| download | nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar.gz nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar.bz2 nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar.lz nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar.xz nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.tar.zst nvim-treesitter-6a865af171f6b6cf48647ea60924a721d0e89de2.zip | |
chore: switch agda upstream
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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" }, } |
