plugins.yanky.systemClipboard.syncWithRing

Yanky can automatically adds to ring history yanks that occurs outside of Neovim. This works regardless to your &clipboard setting.

This means, if &clipboard is set to unnamed and/or unnamedplus, if you yank something outside of Neovim, you can put it immediately using p and it will be added to your yank ring.

If &clipboard is empty, if you yank something outside of Neovim, this will be the first value you’ll have when cycling through the ring. Basically, you can do p and then <c-p> to paste yanked text.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: