Skip to content

chrisgrieser/cmp_yanky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmp_yanky

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

demo image showcasing suggestion

Usage

require("cmp").setup {
	sources = {
		{ name = "cmp_yanky" },
	},
}

Options

-- 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

About Me
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.

Blog
I also occasionally blog about vim: Nano Tips for Vim

Profiles