feat: lazy load telescope on command

This commit is contained in:
Fey Naomi Schrewe 2024-10-01 08:49:10 +02:00
parent f114e964c9
commit c806d02f20

View File

@ -12,6 +12,7 @@ return {
config = function(_, opts)
require("telescope").setup(opts)
end,
cmd = { "Telescope" },
},
{
"stevearc/dressing.nvim",