master
Dominik Madarász 2024-05-21 22:27:26 +00:00
parent a32edb98ec
commit 64dab860cd
1 changed files with 10 additions and 10 deletions

View File

@ -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',