removed a lot of not needet plugins..

This commit is contained in:
pika 2024-07-06 04:36:11 +02:00
parent 8135fbe32f
commit aab03599a7
12 changed files with 109 additions and 271 deletions

View file

@ -1,13 +1,13 @@
return {
'folke/which-key.nvim',
event = 'VeryLazy',
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 350
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}