plugins.yanky.settings.picker.select.action
This define the action that should be done when selecting an item in the
vim.ui.select
prompt.
If you let this option to null
, this will use the default action: put selected item
after cursor.
Type: null or lua function string
Default:
null
Plugin default: null
Example:
"require('yanky.picker').actions.put('gp')"
Declared by: