mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
fix(pick): allow configuring pickers without LazyExtras. Fixes #3626
This commit is contained in:
parent
c9380a309d
commit
304e7439aa
5 changed files with 42 additions and 2 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue