auto
parent
a32edb98ec
commit
64dab860cd
|
@ -15,17 +15,17 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
return require('lazy').setup({
|
||||
{
|
||||
'folke/which-key.nvim',
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
opts = {
|
||||
-- {
|
||||
-- 'folke/which-key.nvim',
|
||||
-- event = "VeryLazy",
|
||||
-- init = function()
|
||||
-- vim.o.timeout = true
|
||||
-- vim.o.timeoutlen = 300
|
||||
-- end,
|
||||
-- opts = {
|
||||
|
||||
}
|
||||
},
|
||||
-- }
|
||||
-- },
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
tag = '0.1.7',
|
||||
|
|
Loading…
Reference in New Issue