Nvim: VeryLazy load telescope and which-key
This commit is contained in:
@@ -5,6 +5,7 @@ return {
|
|||||||
'molecule-man/telescope-menufacture',
|
'molecule-man/telescope-menufacture',
|
||||||
'xiyaowong/telescope-emoji.nvim',
|
'xiyaowong/telescope-emoji.nvim',
|
||||||
},
|
},
|
||||||
|
event = 'VeryLazy',
|
||||||
--cmd = ":Telescope",
|
--cmd = ":Telescope",
|
||||||
config = function()
|
config = function()
|
||||||
-- require('telescope').load_extension('ultisnips')
|
-- require('telescope').load_extension('ultisnips')
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
'folke/which-key.nvim',
|
'folke/which-key.nvim',
|
||||||
config = true
|
config = true,
|
||||||
|
event = 'VeryLazy'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user