{"id":49628187,"url":"https://github.com/adithyasource/spearmint.nvim","last_synced_at":"2026-06-22T01:01:23.038Z","repository":{"id":350262384,"uuid":"1205908419","full_name":"adithyasource/spearmint.nvim","owner":"adithyasource","description":"harpoon style marks plugin","archived":false,"fork":false,"pushed_at":"2026-04-29T09:30:38.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T03:05:08.365Z","etag":null,"topics":["neovim","neovim-dotfiles","neovim-lua-plugin","neovim-marks","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adithyasource.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T11:54:27.000Z","updated_at":"2026-04-29T09:30:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/adithyasource/spearmint.nvim","commit_stats":null,"previous_names":["adithyasource/spearmint","adithyasource/spearmint.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adithyasource/spearmint.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithyasource%2Fspearmint.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithyasource%2Fspearmint.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithyasource%2Fspearmint.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithyasource%2Fspearmint.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adithyasource","download_url":"https://codeload.github.com/adithyasource/spearmint.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adithyasource%2Fspearmint.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630753,"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-21T02:00:05.568Z","response_time":54,"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":["neovim","neovim-dotfiles","neovim-lua-plugin","neovim-marks","neovim-plugin"],"created_at":"2026-05-05T09:00:59.940Z","updated_at":"2026-06-22T01:01:23.030Z","avatar_url":"https://github.com/adithyasource.png","language":"Lua","funding_links":[],"categories":["Marks","Development Tools"],"sub_categories":["Markdown and LaTeX"],"readme":"# spearmint\n\nno bs upgrade to default neovim marks but in ~100 LOC\n\n## demo\n\nhttps://github.com/user-attachments/assets/b2264a19-f778-468c-aab4-85cd73112885\n\n## to install\n\nwith nvim 0.12.0+\n  ```lua\n  vim.pack.add({ \"https://github.com/adithyasource/spearmint.nvim\" })\n  ```\n\nor add `adithyasource/spearmint.nvim` to your favourite package manager of choice\n\nor install it manually\n  ```bash\n  git clone https://github.com/adithyasource/spearmint.nvim ~/.config/nvim/pack/nvim/start/spearmint.nvim\n  ```\n\nadd this to your config to enable its functionality\n  ```lua\n  require('spearmint').setup()\n  ```\nand configure the jump and set_mark keymaps\n```lua\nvim.keymap.set(\"n\", \"m\", function() Spearmint.set_mark() end)\nvim.keymap.set(\"n\", \"'\", function() Spearmint.jump() end)\n  ```\n\u003e i like to override the functionality of vim marks so i use the `m` and `'` key to use spearmint but you can set your own keymaps\n\n## how to use\n\n- hit the `set_mark` key followed by any character and your file will be assigned to that key.\n- as you move around files and change locations, if you ever need to go back to that file, hit the `jump` key followed by the character you want\n- you'll be taken back to your last position in that file\n\n## why?\ni wanted something not as heavy as harpoon; it has a ui which i end up not using often, so i ended up using default vim marks but they had no project context and required me to hit caps lock for setting \"global\" marks. thus, i ended up making this: has project wise marks, really lightweight and works with terminal buffers :]\n\n## acknowledgments\n\n\u003ctable\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003cth\u003einspired by\u003c/th\u003e\n            \u003ctd\u003e\u003ca href=\"https://github.com/ThePrimeagen/harpoon/tree/harpoon2\" target=\"_blank\"\u003eharpoon (theprimeagen)\u003c/a\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithyasource%2Fspearmint.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadithyasource%2Fspearmint.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithyasource%2Fspearmint.nvim/lists"}