2024-05-13 18:43:31 +00:00
|
|
|
return {
|
|
|
|
"folke/which-key.nvim",
|
|
|
|
config = function()
|
2024-06-02 17:11:54 +00:00
|
|
|
vim.o.timeout = true
|
2024-05-13 18:43:31 +00:00
|
|
|
vim.o.timeoutlen = 300
|
2024-06-02 17:11:54 +00:00
|
|
|
require("which-key").setup({})
|
|
|
|
end,
|
2024-05-13 18:43:31 +00:00
|
|
|
}
|