{"id":13600657,"url":"https://github.com/voldikss/coc-cmake","last_synced_at":"2025-04-11T00:31:42.701Z","repository":{"id":42976526,"uuid":"244607200","full_name":"voldikss/coc-cmake","owner":"voldikss","description":"See https://github.com/voldikss/coc-extensions","archived":true,"fork":false,"pushed_at":"2022-03-25T09:29:56.000Z","size":192,"stargazers_count":99,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T18:09:55.645Z","etag":null,"topics":["cmake","cmake-completion","coc-nvim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voldikss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-03T10:29:57.000Z","updated_at":"2025-03-30T11:02:37.000Z","dependencies_parsed_at":"2022-09-26T17:00:45.601Z","dependency_job_id":null,"html_url":"https://github.com/voldikss/coc-cmake","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fcoc-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fcoc-cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fcoc-cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fcoc-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voldikss","download_url":"https://codeload.github.com/voldikss/coc-cmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322377,"owners_count":21084334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cmake","cmake-completion","coc-nvim"],"created_at":"2024-08-01T18:00:45.923Z","updated_at":"2025-04-11T00:31:38.699Z","avatar_url":"https://github.com/voldikss.png","language":"TypeScript","funding_links":[],"categories":["Language Support","TypeScript","Plugins / Themes / Dependencies"],"sub_categories":[],"readme":"# coc-cmake\n\n![publish](https://github.com/voldikss/coc-cmake/workflows/publish/badge.svg)\n[![npm version](https://badge.fury.io/js/coc-cmake.svg)](https://badge.fury.io/js/coc-cmake)\n\ncoc.nvim extension for cmake language.\n\n![](https://user-images.githubusercontent.com/20282795/75767012-06869580-5d7d-11ea-9e89-8b8f173eed96.png)\n![](https://user-images.githubusercontent.com/20282795/75767017-07b7c280-5d7d-11ea-900b-11eac5213b82.png)\n\n## Features\n\n- Code completion\n- Code formatting\n- Hover documentation\n- Online document help\n\n## Install\n\n```\n:CocInstall coc-cmake\n```\n\n## Commands\n\n- `:CocCommand cmake.onlineHelp`\n\n## Configuration\n\n\u003c!-- Generated by 'yarn run bulid:doc', please don't edit it directly --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003cstrong\u003eProperties\u003c/strong\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.cmakePath\u003c/code\u003e: Path to CMake generator executable.\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003estring\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003e\"cmake\"\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.formatter\u003c/code\u003e: Path to [cmake-format](https://github.com/cheshirekow/cmake_format).\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003estring\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003e\"cmake-format\"\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.formatter_args\u003c/code\u003e: Additional arguments to be passed down to the formatter.\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003estring[]\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003e[]\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.lsp.enable\u003c/code\u003e: Enable language server(https://github.com/regen100/cmake-language-server), Notice that the functionality(completion, formatting, etc.) of lsp and extension builtin can not coexist.\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003eboolean\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003efalse\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.lsp.serverPath\u003c/code\u003e: Path to [cmake-language-server](https://github.com/regen100/cmake-language-server).\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003estring\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003e\"cmake-language-server\"\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003ecmake.lsp.buildDirectory\u003c/code\u003e: See https://github.com/regen100/cmake-language-server#configuration.\u003c/summary\u003e\nType: \u003cpre\u003e\u003ccode\u003estring\u003c/code\u003e\u003c/pre\u003eDefault: \u003cpre\u003e\u003ccode\u003e\"build\"\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\n\u003c!-- prettier-ignore-end --\u003e\n\n## References\n\n- [vs.language.cmake](https://github.com/twxs/vs.language.cmake)\n- [cmake-format](https://github.com/cheshirekow/cmake_format)\n- [cmake-language-server](https://github.com/regen100/cmake-language-server)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldikss%2Fcoc-cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoldikss%2Fcoc-cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldikss%2Fcoc-cmake/lists"}