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 4a9d9695e..20e65ff94 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2120,7 +2120,7 @@ list.todotxt = { list.toml = { install_info = { - url = "https://github.com/ikatyang/tree-sitter-toml", + url = "https://github.com/tree-sitter-grammars/tree-sitter-toml", files = { "src/parser.c", "src/scanner.c" }, generate_requires_npm = true, }, |
