nvim/lua/plugins/telescope-media.lua

8 lines
158 B
Lua
Raw Permalink Normal View History

2024-07-30 10:06:43 -07:00
return {
"dharmx/telescope-media.nvim",
event={ "VeryLazy" },
config = function()
require("telescope").load_extension("media")
end,
}