{"id":20737423,"url":"https://github.com/tamton-aquib/nvim-market","last_synced_at":"2025-04-24T01:42:28.770Z","repository":{"id":188038843,"uuid":"678005028","full_name":"tamton-aquib/nvim-market","owner":"tamton-aquib","description":"An extension market plugin for neovim","archived":false,"fork":false,"pushed_at":"2024-02-13T19:14:48.000Z","size":15,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:41:16.053Z","etag":null,"topics":["lua","neovim","neovim-plugin","plugin"],"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/tamton-aquib.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}},"created_at":"2023-08-13T11:30:46.000Z","updated_at":"2024-08-29T00:08:32.000Z","dependencies_parsed_at":"2024-02-06T13:19:43.378Z","dependency_job_id":"7c60a8d2-4124-4c34-8348-e5a50c906536","html_url":"https://github.com/tamton-aquib/nvim-market","commit_stats":null,"previous_names":["tamton-aquib/nvim-market"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fnvim-market","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fnvim-market/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fnvim-market/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fnvim-market/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamton-aquib","download_url":"https://codeload.github.com/tamton-aquib/nvim-market/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545734,"owners_count":21448247,"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":["lua","neovim","neovim-plugin","plugin"],"created_at":"2024-11-17T06:14:28.662Z","updated_at":"2025-04-24T01:42:28.750Z","avatar_url":"https://github.com/tamton-aquib.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-market\nAn extension market place plugin for neovim. \u003cbr /\u003e\nMade for personal use, but feel free to fork/contribute/extend anyway you like.\n\nhttps://github.com/tamton-aquib/nvim-market/assets/77913442/ebb5a354-d767-4e0c-8880-d5f5b7a8fff3\n\n### Installation\n```lua\n{\n    'tamton-aquib/nvim-market',\n    import=\"nvim-market.plugins\",       -- Important part!\n    config=true     -- No real options as of now.\n},\n```\n### Configuration\n```lua\n-- These keybinds should only be used inside lazy window.\nmap('n', '\u003cleader\u003eii', function() require(\"nvim-market\").install_picker() end)\nmap('n', '\u003cleader\u003eiu', function() require(\"nvim-market\").remove_picker() end)\n```\n\n### NOTE\n- The code is extremely ugly (Just nearly 200 LOC).\n- Searches plugins from a database of 3k plugins remotely.\n- Just a PoC until real packspec stuff gets standardised. (refer: https://github.com/folke/lazy.nvim/pull/910, https://github.com/neovim/packspec)\n\n### TODO\n- [ ] Cleanify keybinds, create setup function, etc\n- [ ] Make UI good, add highlight, etc\n- [ ] interactive `opts` update\n- [ ] Move the state file from stdpath \"data\" to \"config\"? (for VCS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamton-aquib%2Fnvim-market","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamton-aquib%2Fnvim-market","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamton-aquib%2Fnvim-market/lists"}