summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/which-key.lua
blob: 612af14e6fa4426800d1960688782685b4684d54 (plain)
1
2
3
require("which-key").setup {
  preset = "modern",
}