summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/telescope.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 09:14:27 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 09:14:27 -0400
commit3cb527cbd830374ea6a3768b51557d69cb5d08e2 (patch)
tree2194c3a17a15e7fdc683cb3034ad1ec8f91e8346 /lua/ben/plugins/telescope.lua
parentc5dec1f52b8912b96b8baacc646e9f47d3abd6a4 (diff)
Add easyalign + fugitive semantics
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,