perf(fzf): lazy-load fzf-lua

This commit is contained in:
Folke Lemaitre 2024-07-03 18:00:58 +02:00
parent fe3d0da508
commit b9a8a4ad7f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -43,7 +43,7 @@ return {
recommended = true,
{
"ibhagwan/fzf-lua",
event = "VeryLazy",
cmd = "FzfLua",
opts = function(_, opts)
local config = require("fzf-lua.config")
local actions = require("fzf-lua.actions")