{"id":34692531,"url":"https://github.com/polycatdev/clangd-platformio","last_synced_at":"2025-12-24T22:01:26.518Z","repository":{"id":309398298,"uuid":"1036139286","full_name":"PolyCatDev/clangd-platformio","owner":"PolyCatDev","description":"PolyCat's modified template repo to be used with NeoVim and PlatformIO ","archived":false,"fork":false,"pushed_at":"2025-08-11T18:10:26.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T18:27:39.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/PolyCatDev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-11T16:02:49.000Z","updated_at":"2025-08-11T18:10:30.000Z","dependencies_parsed_at":"2025-08-11T18:38:36.421Z","dependency_job_id":null,"html_url":"https://github.com/PolyCatDev/clangd-platformio","commit_stats":null,"previous_names":["polycatdev/nvim-pio"],"tags_count":null,"template":true,"template_full_name":"ironlungx/nvim-pio","purl":"pkg:github/PolyCatDev/clangd-platformio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyCatDev%2Fclangd-platformio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyCatDev%2Fclangd-platformio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyCatDev%2Fclangd-platformio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyCatDev%2Fclangd-platformio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolyCatDev","download_url":"https://codeload.github.com/PolyCatDev/clangd-platformio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyCatDev%2Fclangd-platformio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010321,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":[],"created_at":"2025-12-24T22:01:24.987Z","updated_at":"2025-12-24T22:01:26.512Z","avatar_url":"https://github.com/PolyCatDev.png","language":"Python","readme":"# Overview\n\nA template for automatically setting up a [PlatformIO](https://platformio.org/) + [Arduino](https://www.arduino.cc/) development environment.\n\nSetting up [Clangd LSP](https://clangd.llvm.org/) to work with [PlatformIO](https://platformio.org/) can be very finicky, this repo also tries to automate that.\n\nhttps://github.com/user-attachments/assets/bf7852f2-7bb0-4ac0-a666-3278cd960e0c\n\n\u003e ⭐ If you find this project useful, consider starring [the original repo](https://github.com/ironlungx/nvim-pio) to help it gain visibility! A start for me would also be appreciated (˶ᵔ ᵕ ᵔ˶)\n\n# Features\n\n- [Clangd LSP](https://clangd.llvm.org/) support.\n- Included Makefile for common actions.\n- Fancy wizard for automatic project creation.\n\n# How to use\n\n## Automatic\n\n### 1. Run the setup wizard\n\n```sh\n/bin/bash -c \"$(curl -sSL https://raw.githubusercontent.com/PolyCatDev/clangd-platformio/refs/heads/main/wizard.sh)\"\n```\n### 2. Keep It Up to Date\n\nEvery time you modify project libraries or config:\n\n```sh\nmake updatedb\n```\n\n## Manual\n\n### 1. Clone the repo\n\n```sh\ngit clone https://github.com/PolyCatDev/clangd-platformio \u003cproject-name\u003e\ncd \u003cproject-name\u003e\n```\n\n### 2. Remove git repo and wizard script\n\n```sh\nrm -rf .git wizard.sh\n```\n\n### 3. Initialize the project\n\n```sh\npio init --ide vim --board \u003cboard-id\u003e\n```\n\n### 4. Run Python script to generate `compile_commands.json` \n\n```sh\npython3 conv.py\n```\n\n### 5. Keep It Up to Date\n\nEvery time you modify project libraries or config:\n\n```sh\nmake updatedb\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolycatdev%2Fclangd-platformio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolycatdev%2Fclangd-platformio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolycatdev%2Fclangd-platformio/lists"}