Skip to content

Commit

Permalink
fix telescope lazy loading for dressing and other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored and kabinspace committed Mar 26, 2022
1 parent f683718 commit a894214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ local astro_plugins = {
{
"nvim-telescope/telescope.nvim",
cmd = "Telescope",
module = "telescope",
config = function()
require("configs.telescope").config()
end,
Expand Down

0 comments on commit a894214

Please sign in to comment.