local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs()
parser_config.api_notation = {
install_info = {
- url = 'https://git.sr.ht/~rbdr/tree-sitter-api-notation', -- local path or git repo
+ url = vim.fn.expand('%:p:h:h'),
files = {'src/parser.c'},
branch = 'main'
}