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) vim.opt.rtp:prepend(lazypath)
return require('lazy').setup({ return require('lazy').setup({
{ -- {
'folke/which-key.nvim', -- 'folke/which-key.nvim',
event = "VeryLazy", -- event = "VeryLazy",
init = function() -- init = function()
vim.o.timeout = true -- vim.o.timeout = true
vim.o.timeoutlen = 300 -- vim.o.timeoutlen = 300
end, -- end,
opts = { -- opts = {
} -- }
}, -- },
{ {
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
tag = '0.1.7', tag = '0.1.7',