Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 491 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 491 Bytes

cmp-yank

yank completion source for nvim-cmp.

Installation

Use your favorite plugin manager:

Usage

require('cmp').setup({
  sources = {
    {
       name = 'yank',
       -- you can specify the directory to save yank history (optional)
       yank_source_path = vim.getenv('HOME') .. '/dotfiles/history'
    },
  }
})