diff options
| author | NTBBloodbath <bloodbathalchemist@protonmail.com> | 2022-08-08 23:20:52 -0400 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-08-09 09:06:19 +0200 |
| commit | e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51 (patch) | |
| tree | 027bb53c6aa0ab7105e2507c4cdcf42b90fbe70a /lua/nvim-treesitter/parsers.lua | |
| parent | d2815cb82fd3a48164595e3d07d0bfbe473d4147 (diff) | |
chore: update `tree-sitter-http` parser URL
Diffstat (limited to 'lua/nvim-treesitter/parsers.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 c2b78585..5d9e74c5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -973,7 +973,7 @@ list.llvm = { list.http = { install_info = { - url = "https://github.com/NTBBloodbath/tree-sitter-http", + url = "https://github.com/rest-nvim/tree-sitter-http", branch = "main", files = { "src/parser.c" }, generate_requires_npm = true, |
