{"id":13600912,"url":"https://github.com/neoclide/coc-yank","last_synced_at":"2025-05-16T06:04:14.109Z","repository":{"id":53020255,"uuid":"170174651","full_name":"neoclide/coc-yank","owner":"neoclide","description":"Yank highlight and persist yank history support for vim","archived":false,"fork":false,"pushed_at":"2025-04-18T16:02:59.000Z","size":139,"stargazers_count":188,"open_issues_count":7,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T13:39:03.051Z","etag":null,"topics":["neovim","vim","yark"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/neoclide.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}},"created_at":"2019-02-11T17:53:00.000Z","updated_at":"2025-04-18T16:03:02.000Z","dependencies_parsed_at":"2024-01-16T23:26:19.030Z","dependency_job_id":"14651652-cef7-4017-be4d-a5f20022f5b2","html_url":"https://github.com/neoclide/coc-yank","commit_stats":{"total_commits":56,"total_committers":4,"mean_commits":14.0,"dds":0.0714285714285714,"last_synced_commit":"2a06ce95e9fc1b0f8630c5f94e0aef38f980310c"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-yank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-yank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-yank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-yank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoclide","download_url":"https://codeload.github.com/neoclide/coc-yank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478163,"owners_count":22077675,"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":["neovim","vim","yark"],"created_at":"2024-08-01T18:00:50.801Z","updated_at":"2025-05-16T06:04:14.072Z","avatar_url":"https://github.com/neoclide.png","language":"TypeScript","funding_links":[],"categories":["User Experience"],"sub_categories":[],"readme":"# coc-yank\n\nYank extension for [coc.nvim](https://github.com/neoclide/coc.nvim).\n\nNote, make sure you have TextYankPost autocmd with your vim by\n`:echo exists('##TextYankPost')`\n\n## Install\n\nIn your vim/neovim, run command:\n\n```\n:CocInstall coc-yank\n```\n\nSetup keymap to open yank list like:\n\n```\nnnoremap \u003csilent\u003e \u003cspace\u003ey  :\u003cC-u\u003eCocList -A --normal yank\u003ccr\u003e\n```\n\n`-A` means auto preview, and `--normal` means open list on normal mode.\n\n## Features\n\n- Highlight yanked text.\n- Persist yank list across vim instances.\n\n## Options\n\n- `yank.highlight.enable` enable highlight feature, default: `true`.\n- `yank.highlight.duration` duration of highlight in milliseconds, default: 500.\n- `yank.list.maxsize` maxsize of yank list, default: 200\n- `yank.enableCompletion`: Enable completion support for yanked text, default: `true`\n- `yank.priority`: Priority of yank completion source, default: 90.\n- `yank.limit`: Max completion item count from yank history.\n\n## F.A.Q\n\nQ: How to change highlight color?\n\nA: Add `hi HighlightedyankRegion term=bold ctermbg=0 guibg=#13354A` to your\n`.vimrc` after `:colorscheme` command.\n\nQ: How to clear all yanks?\n\nA: In vim, `:CocCommand yank.clean`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fcoc-yank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoclide%2Fcoc-yank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fcoc-yank/lists"}