{"id":27276768,"url":"https://github.com/iharkatkavets/micropython.nvim","last_synced_at":"2026-04-18T00:02:48.525Z","repository":{"id":287132483,"uuid":"961490170","full_name":"iharkatkavets/micropython.nvim","owner":"iharkatkavets","description":"A Neovim plugin for embedded development with MicroPython.","archived":false,"fork":false,"pushed_at":"2025-04-13T18:35:39.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T15:05:05.867Z","etag":null,"topics":["micropython","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/iharkatkavets.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-04-06T16:23:07.000Z","updated_at":"2025-04-13T18:35:42.000Z","dependencies_parsed_at":"2025-07-01T08:47:59.964Z","dependency_job_id":null,"html_url":"https://github.com/iharkatkavets/micropython.nvim","commit_stats":null,"previous_names":["iharkatkavets/micropython.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iharkatkavets/micropython.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iharkatkavets%2Fmicropython.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iharkatkavets%2Fmicropython.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iharkatkavets%2Fmicropython.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iharkatkavets%2Fmicropython.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iharkatkavets","download_url":"https://codeload.github.com/iharkatkavets/micropython.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iharkatkavets%2Fmicropython.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["micropython","neovim","neovim-plugin"],"created_at":"2025-04-11T16:48:38.253Z","updated_at":"2026-04-18T00:02:48.477Z","avatar_url":"https://github.com/iharkatkavets.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micropython.nvim\n\n## What Is micropython.nvim?\n\n`micropython.nvim` - is neovim plugin. Currently is in development\n\n## Micropython Table of Contents\n\n- [Getting Started](#getting-started)\n\n## Getting Started\n\n### Requirement dependencies\n\nThe plugin uses [`mpremote`](https://docs.micropython.org/en/latest/index.html) tool to communicated with the device. It's required to have the tool installed to use the plugin.\n\n### Installation\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n-- init.lua:\n{\n    'iharkatkavets/micropython.nvim', branch = 'main',\n    cmd = { 'MPInitPicoProj', 'MPConnect', 'MPRun', 'MPSelectPort', 'MPRunCurrent', 'MPUpload', 'MPLog' },\n    opts = {\n        port = '/dev/cu.usbmodem101',\n    },\n}\n\n-- plugins/micropython.lua:\nreturn {\n  {\n    'iharkatkavets/micropython.nvim', branch = 'main',\n    cmd = { 'MPInitPicoProj', 'MPConnect', 'MPRun', 'MPSelectPort', 'MPRunCurrent', 'MPUpload', 'MPLog' },\n    opts = {\n      port = '/dev/cu.usbmodem101',\n    },\n  },\n}\n```\n\n## Contributing\n\nAll contributions are welcome! Just open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiharkatkavets%2Fmicropython.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiharkatkavets%2Fmicropython.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiharkatkavets%2Fmicropython.nvim/lists"}