{"id":31654992,"url":"https://github.com/mks-h/treesitter-autoinstall.nvim","last_synced_at":"2026-05-18T04:05:50.604Z","repository":{"id":315987240,"uuid":"1061426804","full_name":"mks-h/treesitter-autoinstall.nvim","owner":"mks-h","description":"A Neovim plugin around \"nvim-treesitter\" that provides auto-installation of parsers.","archived":false,"fork":false,"pushed_at":"2026-02-07T05:55:41.000Z","size":10,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T15:43:16.936Z","etag":null,"topics":["neovim","nvim-treesitter"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mks-h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-21T21:59:58.000Z","updated_at":"2026-02-07T05:55:45.000Z","dependencies_parsed_at":"2025-09-22T17:33:44.405Z","dependency_job_id":null,"html_url":"https://github.com/mks-h/treesitter-autoinstall.nvim","commit_stats":null,"previous_names":["mks-h/treesitter-autoinstall.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mks-h/treesitter-autoinstall.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mks-h%2Ftreesitter-autoinstall.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mks-h%2Ftreesitter-autoinstall.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mks-h%2Ftreesitter-autoinstall.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mks-h%2Ftreesitter-autoinstall.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mks-h","download_url":"https://codeload.github.com/mks-h/treesitter-autoinstall.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mks-h%2Ftreesitter-autoinstall.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33164672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","nvim-treesitter"],"created_at":"2025-10-07T12:21:09.040Z","updated_at":"2026-05-18T04:05:50.593Z","avatar_url":"https://github.com/mks-h.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# treesitter-autoinstall\n\nThis is a very simple Neovim plugin that provides automatic installation for\nthe new rewrite of [nvim-treesitter][nvim-treesitter], since it no longer has\nthis option.\n\n[nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter/tree/main\n\n## Usage\n\nYou need to call the setup function in order for the plugin to work.\n\n```lua\nrequire(\"treesitter-autoinstall\").setup()\n```\n\n### Configuration\n\nThe following is the implicit plugin configuration. You can specify just the\noptions you need. Notice that they are different from the original\n`nvim-treesitter` options — both in name *and* behaviour.\n\n```lua\nrequire(\"treesitter-autoinstall\").setup({\n    -- A list of *treesitter languages* to ignore.\n\tignore = {},\n    -- Auto-enable highlighting for installed languages.\n\thighlight = true,\n    -- A list of *treesitter languages* to also enable regex highlighting for\n\tregex = {},\n})\n```\n\n## License\n\n   Copyright 2025 Maksym Hazevych\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmks-h%2Ftreesitter-autoinstall.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmks-h%2Ftreesitter-autoinstall.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmks-h%2Ftreesitter-autoinstall.nvim/lists"}