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