mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add lazy load on event
This commit is contained in:
parent
cda55b9199
commit
87db3486e1
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope-media-files.nvim",
|
"nvim-telescope/telescope-media-files.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
if not LazyVim.has("telescope.nvim") then
|
if not LazyVim.has("telescope.nvim") then
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue