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