aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/which-key-nvim.lua
blob: 11be1bde29bf60ccc3c12145382b66772636cddb (plain)
1
2
3
4
5
6
7
8
return {
    "folke/which-key.nvim",
    event = "VeryLazy",
    init = function()
        vim.o.timeout = true
        vim.o.timeoutlen = 300
    end,
}