From 3d7f0159f540bf1e06e3c82c5b81240b23fdf933 Mon Sep 17 00:00:00 2001 From: Ashin Antony <83629316+ashincoder@users.noreply.github.com> Date: Wed, 29 Sep 2021 06:34:32 +0530 Subject: [PATCH] fix: Fixes telescope issue where requiring telescope module this fixes the following issue https://github.com/nvim-telescope/telescope.nvim/issues/1276 --- lua/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 62789a1..e0d93a8 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -266,6 +266,7 @@ return packer.startup(function() use { "nvim-telescope/telescope.nvim", + module = "telescope", cmd = "Telescope", requires = { {