{"id":50516357,"url":"https://github.com/dknight/nes.nvim","last_synced_at":"2026-06-03T00:05:52.098Z","repository":{"id":354049385,"uuid":"1218347752","full_name":"dknight/nes.nvim","owner":"dknight","description":"Simple Neovim plugin for building and running NES or Famicom projects (6502).","archived":false,"fork":false,"pushed_at":"2026-05-12T14:21:28.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T16:10:13.588Z","etag":null,"topics":[],"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/dknight.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-04-22T19:33:52.000Z","updated_at":"2026-05-12T14:37:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dknight/nes.nvim","commit_stats":null,"previous_names":["dknight/nes.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dknight/nes.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Fnes.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Fnes.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Fnes.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Fnes.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dknight","download_url":"https://codeload.github.com/dknight/nes.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dknight%2Fnes.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33842073,"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-06-02T02:00:07.132Z","response_time":109,"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":"2026-06-03T00:05:51.419Z","updated_at":"2026-06-03T00:05:52.090Z","avatar_url":"https://github.com/dknight.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"![nes.nvim](https://raw.githubusercontent.com/dknight/nes.nvim/refs/heads/main/nesnvim.png)\n\nSimple Neovim plugin for building and running NES or Famicom (6502)\nprojects.\n\n## Installation (lazy.nvim)\n\nBasic config, here `fceux` is set as emulator, you can choose your own.\n\n```lua\n{\n  \"dknight/nes.nvim\",\n  name = \"nes.nvim\",\n  opts = {\n    emulator = \"fceux\", -- or your own emulator\n  },\n  -- If you wish to use snippets.\n  dependencies = {\n    \"L3MON4D3/LuaSnip\",\n  },\n}\n```\n\n## Commands\n\n- `:NesBuild` - compile + link;\n- `:NesRun` - compile + link + run;\n- `:NesClean` - remove `*.o` and `*.nes` files.\n\n## Keymaps (asm\\_ca65)\n\n- `\u003cleader\u003eb` - build\n- `\u003cleader\u003er` - run\n- `\u003cleader\u003ex` - clean\n\nOr you can defined own keys in plugin's config, like:\n\n```lua\n{\n  \"dknight/nes.nvim\",\n  name = \"nes.nvim\",\n\n  opts = {\n    -- ...\n    build_key = \"\u003cF6\u003e\",\n    run_key = \"\u003cF7\u003e\",\n    clean_key = \"\u003cF10\u003e\",\n  },\n```\n\n## Configuration (Optional)\n\nConfiguration can be override on plugin initialization.\n\n```lua\n{\n  \"dknight/nes.nvim\",\n  name = \"nes.nvim\",\n  ft = { \"asm_ca65\" },\n  dependencies = {\n    \"L3MON4D3/LuaSnip\",\n  },\n\n  cmd = { \"NesBuild\", \"NesRun\", \"NesClean\" },\n\n  opts = {\n    save_before_compile = true,\n    compiler = \"ca65\",\n    linker = \"cl65\",\n    emulator = \"fceux\",\n    target = \"nes\",\n    build_key = \"\u003cleader\u003eb\",\n    run_key = \"\u003cleader\u003er\",\n    clean_key = \"\u003cleader\u003ex\",\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknight%2Fnes.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdknight%2Fnes.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdknight%2Fnes.nvim/lists"}