some changes + addet markdown plugin

This commit is contained in:
pika 2024-07-21 14:20:32 +02:00
parent 4499305245
commit e69f225dfd
3 changed files with 23 additions and 13 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 = 500
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}