switch back to actual repo
This commit is contained in:
parent
0e1b742040
commit
e5d8affe5e
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ function M.setup(opts)
|
||||||
local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs()
|
local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs()
|
||||||
parser_config.perga = {
|
parser_config.perga = {
|
||||||
install_info = {
|
install_info = {
|
||||||
-- url = 'https://forgejo.ballcloud.cc/wball/tree-sitter-perga',
|
url = 'https://forgejo.ballcloud.cc/wball/tree-sitter-perga',
|
||||||
url = '~/repos/tree-sitter-perga',
|
|
||||||
files = {'src/parser.c'},
|
files = {'src/parser.c'},
|
||||||
branch = 'main',
|
branch = 'main',
|
||||||
generate_requires_npm = false,
|
generate_requires_npm = false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue