aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-10 22:56:04 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-10 23:05:24 +0200
commit4068e1c0966eee10bc8937b54f8cf8f68b76961f (patch)
treebfc01479e61a7abe8c2f806ee399436911c0f77b /lua
parentfeat(goctl): add indents (diff)
downloadnvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.gz
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.bz2
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.lz
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.xz
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.zst
nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.zip
fix(scfg): switch to github mirror
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 730dd393a..49b177e41 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1857,7 +1857,7 @@ list.scala = {
list.scfg = {
install_info = {
- url = "https://git.sr.ht/~rockorager/tree-sitter-scfg",
+ url = "https://github.com/rockorager/tree-sitter-scfg",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},