From 64dab860cdbd4ed3dc07a74c5b4193ca16bc079a Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 22:27:26 +0000 Subject: [PATCH] auto --- nvim/.config/nvim/lua/zak/plugins.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nvim/.config/nvim/lua/zak/plugins.lua b/nvim/.config/nvim/lua/zak/plugins.lua index 101d8cd..c0659ab 100644 --- a/nvim/.config/nvim/lua/zak/plugins.lua +++ b/nvim/.config/nvim/lua/zak/plugins.lua @@ -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',