fix: Fixes telescope issue where requiring telescope module

this fixes the following issue https://github.com/nvim-telescope/telescope.nvim/issues/1276
This commit is contained in:
Ashin Antony 2021-09-29 06:34:32 +05:30 committed by siduck76
parent 92a9e13e7c
commit 3d7f0159f5
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ return packer.startup(function()
use {
"nvim-telescope/telescope.nvim",
module = "telescope",
cmd = "Telescope",
requires = {
{