dev-environment-files/.config/nvim/lua/josean/plugins/which-key.lua

14 lines
292 B
Lua
Raw Normal View History

return {
"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
},
}