mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
fix(nix): point parser to new upstream
The repo moved location
This commit is contained in:
parent
42fc28ba91
commit
cf573dd88e
1 changed files with 1 additions and 1 deletions
|
|
@ -1537,7 +1537,7 @@ list.ninja = {
|
||||||
|
|
||||||
list.nix = {
|
list.nix = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/cstrahan/tree-sitter-nix",
|
url = "https://github.com/nix-community/tree-sitter-nix",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@leo60228" },
|
maintainers = { "@leo60228" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue