Files
nixos-config/home/programs/neovim/lua/plugins/which-key-nvim.lua
2024-05-02 11:03:20 +02:00

12 lines
174 B
Lua

return {
{
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {},
},
}