mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00: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,
|
recommended = true,
|
||||||
{
|
{
|
||||||
"ibhagwan/fzf-lua",
|
"ibhagwan/fzf-lua",
|
||||||
event = "VeryLazy",
|
cmd = "FzfLua",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
local config = require("fzf-lua.config")
|
local config = require("fzf-lua.config")
|
||||||
local actions = require("fzf-lua.actions")
|
local actions = require("fzf-lua.actions")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue