Skip to content

Commit

Permalink
docs: mention cmp_yanky (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Nov 2, 2023
1 parent ba09fea commit acdfb1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ to customize this) or the awesome [telescope.nvim](https://github.com/nvim-teles
It uses the same history as yank ring, so, if you want to increase history size,
just use [`ring.history_length` option](#ringhistory_length).

### Yank history completions

Using [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [cmp_yanky](https://github.com/chrisgrieser/cmp_yanky), you can also get suggestions from your yank history as you type in insert mode.

### ⚙️ Configuration

To use `vim.ui.select` picker, just call `YankyRingHistory` command.
Expand Down

0 comments on commit acdfb1c

Please sign in to comment.