summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/telescope.lua')
-rw-r--r--lua/ben/plugins/telescope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ben/plugins/telescope.lua b/lua/ben/plugins/telescope.lua
index d6b4b88..81e550d 100644
--- a/lua/ben/plugins/telescope.lua
+++ b/lua/ben/plugins/telescope.lua
@@ -5,7 +5,7 @@ return {
"nvim-lua/plenary.nvim",
{
"joaomsa/telescope-orgmode.nvim",
- event = "VeryLazy",
+ lazy = true,
config = function()
require("telescope").load_extension("orgmode")
end,