fix(pick): allow configuring pickers without LazyExtras. Fixes #3626

This commit is contained in:
Folke Lemaitre 2024-06-14 17:55:43 +02:00
parent c9380a309d
commit 304e7439aa
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 42 additions and 2 deletions

View file

@ -1,3 +1,9 @@
if lazyvim_docs then
-- In case you don't want to use `:LazyExtras`,
-- then you need to set the option below.
vim.g.lazyvim_picker = "fzf"
end
---@class FzfLuaOpts: lazyvim.util.pick.Opts
---@field cmd string?