Files
dotfiles/nvim/lua/settings/lazy/plugins/which-key.lua
T

9 lines
136 B
Lua

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