{"id":16636634,"url":"https://github.com/grahambates/68kcounter-nvim","last_synced_at":"2026-05-08T06:53:37.209Z","repository":{"id":193096926,"uuid":"688108217","full_name":"grahambates/68kcounter-nvim","owner":"grahambates","description":"neovim plugin for 68kcounter","archived":false,"fork":false,"pushed_at":"2023-09-06T17:50:03.000Z","size":360,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T03:17:56.720Z","etag":null,"topics":["amiga","assembly","atari","m68k","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/grahambates.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}},"created_at":"2023-09-06T17:05:22.000Z","updated_at":"2025-03-15T12:51:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e94b2dfd-bb39-457d-98eb-e7c221646a47","html_url":"https://github.com/grahambates/68kcounter-nvim","commit_stats":null,"previous_names":["grahambates/68kcounter-nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grahambates/68kcounter-nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahambates%2F68kcounter-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahambates%2F68kcounter-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahambates%2F68kcounter-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahambates%2F68kcounter-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grahambates","download_url":"https://codeload.github.com/grahambates/68kcounter-nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahambates%2F68kcounter-nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32770544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["amiga","assembly","atari","m68k","nvim"],"created_at":"2024-10-12T06:22:19.101Z","updated_at":"2026-05-08T06:53:37.191Z","avatar_url":"https://github.com/grahambates.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 68kcounter-nvim\n\nNeovim plugin for [68kcounter](https://github.com/grahambates/68kcounter/)\n\nAnalyses 68000 assembly source to profile resource and size data. For each\ninstruction it will tell you:\n\n- CPU cycles\n- Bus read cycles\n- Bus write cycles\n- Size in bytes\n\n![image](preview.png)\n\n## Dependencies\n\n- neovim 0.9+\n- 68kcounter 3.2+ npm package installed globally: `npm i -g 68kcounter`\n\n## Installation\n\nInstall using your preferred plugin manager e.g. Packer.\n\nYou can configure 68kcounter by passing a table to the setup function.\nThe following options are available and set by default:\n\n```lua\n-- Using packer\nuse({\n    \"grahambates/68kcounter-nvim\",\n    config = function()\n        require(\"68kcounter\").setup({\n           -- path to 68kcounter node cli tool (default assumes global path)\n           bin_path=\"68kcounter\"\n        })\n    end,\n})\n```\n\n## Usage\n\nYour assembly files should be using the `asm68k` or `asm` filetype.\n\nCounts are displayed to the left of the current window.\nOnce open, they will be live-updated as you edit or switch files.\n\n| Command        | Description                            |\n|----------------|----------------------------------------|\n|`:CounterShow`  | Show counts for current window/buffer  |\n|`:CounterHide`  | Hide the counts window                 |\n|`:CounterToggle`| Toggle visibility of the counts window |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahambates%2F68kcounter-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrahambates%2F68kcounter-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahambates%2F68kcounter-nvim/lists"}