aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/10-remap.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/10-remap.lua b/plugin/10-remap.lua
index a30d6a8..8b5c02f 100644
--- a/plugin/10-remap.lua
+++ b/plugin/10-remap.lua
@@ -59,6 +59,9 @@ vim.keymap.set("n", "<leader>u", require("undotree").open)
-- Telescope
local lazy_telescope = function()
+ if vim.g.telescope_loaded then return end
+ vim.g.telescope_loaded = true
+
vim.pack.add({
"https://github.com/nvim-lua/plenary.nvim",
{