mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
perf(fzf): lazy-load fzf-lua
This commit is contained in:
parent
fe3d0da508
commit
b9a8a4ad7f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue