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:
parent
92a9e13e7c
commit
3d7f0159f5
|
@ -266,6 +266,7 @@ return packer.startup(function()
|
|||
|
||||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
module = "telescope",
|
||||
cmd = "Telescope",
|
||||
requires = {
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue