{"id":51493878,"url":"https://github.com/sstoehrm/conops.nvim","last_synced_at":"2026-07-07T13:01:34.708Z","repository":{"id":362868627,"uuid":"1260999529","full_name":"sstoehrm/conops.nvim","owner":"sstoehrm","description":"Neovim support for the Conops language — tree-sitter syntax highlighting and linter diagnostics.","archived":false,"fork":false,"pushed_at":"2026-06-06T08:59:08.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T10:20:46.578Z","etag":null,"topics":["conops","linter","lua","neovim","neovim-plugin","tree-sitter"],"latest_commit_sha":null,"homepage":"https://github.com/sstoehrm/conops","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sstoehrm.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":"2026-06-06T05:40:41.000Z","updated_at":"2026-06-06T08:59:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sstoehrm/conops.nvim","commit_stats":null,"previous_names":["sstoehrm/conops.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sstoehrm/conops.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstoehrm%2Fconops.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstoehrm%2Fconops.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstoehrm%2Fconops.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstoehrm%2Fconops.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstoehrm","download_url":"https://codeload.github.com/sstoehrm/conops.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstoehrm%2Fconops.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35228634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"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":["conops","linter","lua","neovim","neovim-plugin","tree-sitter"],"created_at":"2026-07-07T13:01:33.788Z","updated_at":"2026-07-07T13:01:34.676Z","avatar_url":"https://github.com/sstoehrm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conops.nvim\n\nNeovim support for the [Conops](https://github.com/sstoehrm/conops) language: native\ntree-sitter syntax highlighting and on-save diagnostics from the `conops` checker. No\nplugin dependencies.\n\n## Install\n\n### lazy.nvim\n```lua\n{ \"sstoehrm/conops.nvim\", build = \"make\", opts = {} }\n```\n\n`build = \"make\"` compiles the tree-sitter parser into `parser/conops.so` and downloads the\nprebuilt `conops` binary for your platform from the latest\n[release](https://github.com/sstoehrm/conops/releases).\n\n### packer.nvim\n```lua\nuse { \"sstoehrm/conops.nvim\", run = \"make\", config = function() require(\"conops\").setup() end }\n```\n\n## Requirements\n\n- Neovim 0.10+ (uses `vim.system`, `vim.diagnostic`, and native tree-sitter).\n- A C compiler (`cc`) to build the parser.\n- The `conops` binary — fetched by `build`, by `:ConopsInstall`, or supplied on your `PATH`.\n  Highlighting works without it; diagnostics need it.\n\n## What you get\n\n- **Highlighting** — native tree-sitter, no `nvim-treesitter` dependency.\n- **Diagnostics** — on `:w` / open, the buffer is checked with `conops check --json` and the\n  results shown via `vim.diagnostic` (errors with their codes: `name-conflict`,\n  `undefined-name`, `arity`, `enum-member`, `union-conformance`, `import-*`, …).\n\n## Configuration\n\n```lua\nrequire(\"conops\").setup({\n  cmd = nil,       -- path to the conops binary (default: bundled bin/, then PATH)\n  enabled = true,  -- run diagnostics on save / read\n})\n```\n\n## Commands \u0026 health\n\n- `:ConopsInstall` — (re)download the `conops` binary from the latest release.\n- `:checkhealth conops` — reports parser and binary status.\n\n## Maintainer notes\n\nThe tree-sitter parser is vendored under `src/` (generated from the grammar in the main\nrepo). After the grammar changes, refresh it with:\n\n```sh\n./scripts/sync-parser.sh /path/to/conops    # default: ../conops\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstoehrm%2Fconops.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstoehrm%2Fconops.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstoehrm%2Fconops.nvim/lists"}