fix: Fixes telescope issue where requiring telescope module

this fixes the following issue https://github.com/nvim-telescope/telescope.nvim/issues/1276
navigator
Ashin Antony 3 years ago committed by siduck76
parent 92a9e13e7c
commit 3d7f0159f5

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

Loading…
Cancel
Save