aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/user/which-key.lua
blob: f7ae4bbf35da36c23a9fb87e4d594838a39a4e97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
local M = {
  "folke/which-key.nvim",
  commit = "5224c261825263f46f6771f1b644cae33cd06995",
  event = "VeryLazy",
}

function M.config()
  require("which-key").setup {}
end

return M