AutoYADM commit: 2025-01-24 16:20:06
This commit is contained in:
parent
68b89c648f
commit
aac56a6789
3 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,9 @@ return {
|
|||
preset = {
|
||||
-- Defaults to a picker that supports `fzf-lua`, `telescope.nvim` and `mini.pick`
|
||||
---@type fun(cmd:string, opts:table)|nil
|
||||
pick = nil,
|
||||
pick = function(cmd, opts)
|
||||
return LazyVim.pick(cmd, opts)()
|
||||
end,
|
||||
-- Used by the `keys` section to show keymaps.
|
||||
-- Set your custom keymaps here.
|
||||
-- When using a function, the `items` argument are the default keymaps.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue