https://github.com/chrisgrieser/cmp_yanky

cmp-source for clipboard history from yanky.nvim

https://github.com/chrisgrieser/cmp_yanky

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

clipboard-history completion neovim-plugin nvim-cmp nvim-plugin
Last synced: 6 months ago · JSON representation

Repository

cmp-source for clipboard history from yanky.nvim

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: Lua
  • Default Branch: main
  • Homepage:
  • Size: 34.2 KB
Statistics
  • Stars: 46
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
clipboard-history completion neovim-plugin nvim-cmp nvim-plugin
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Funding License

README.md

cmp_yanky

cmp-source for yank history (clipboard history) from yanky.nvim.

demo image showcasing suggestion

Installation

lua -- lazy.nvim { "hrsh7th/nvim-cmp", dependencies = { -- ... other cmp plugins "chrisgrieser/cmp_yanky", } },

lua require("cmp").setup { sources = { { name = "cmp_yanky", option = { -- see below } }, }, }

Configuration

lua -- default values { name = "cmp_yanky", option = { -- only suggest items which match the current filetype onlyCurrentFiletype = false, -- only suggest items with a minimum length minLength = 3, }, }

The number of possible items to be suggested depends on the size of the history. You can change the history size with yanky's ring.history_length option.

Credits

In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.

I also occasionally blog about vim: Nano Tips for Vim

Owner

  • Name: Chris Grieser
  • Login: chrisgrieser
  • Kind: user
  • Location: Berlin, Germany
  • Company: Technical University of Berlin

Researcher in sociology & software developer

GitHub Events

Total
  • Issues event: 2
  • Watch event: 12
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 9
  • Pull request event: 3
  • Create event: 4
Last Year
  • Issues event: 2
  • Watch event: 12
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 9
  • Pull request event: 3
  • Create event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 2
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: 12 minutes
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 1
  • Average time to close issues: 13 minutes
  • Average time to close pull requests: 22 minutes
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • redoxahmii (1)
  • kevintraver (1)
  • Peeeaje (1)
  • shauryagoel (1)
Pull Request Authors
  • dependabot[bot] (3)
  • ltakacs95 (2)
  • catgoose (1)
Top Labels
Issue Labels
bug (3) enhancement (1)
Pull Request Labels
dependencies (3)