lazy load telescope module
This commit is contained in:
parent
e6223cc587
commit
8f7b19f23b
|
@ -215,6 +215,7 @@ return packer.startup(function()
|
|||
|
||||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
module = "telescope",
|
||||
cmd = "Telescope",
|
||||
config = override_req("telescope", "plugins.configs.telescope"),
|
||||
setup = function()
|
||||
|
|
Loading…
Reference in New Issue