dotfiles/nvim/lua/config/which-key.lua
2026-06-02 08:20:14 +02:00

6 lines
91 B
Lua

require("which-key").setup {
preset = "modern",
icons = {
mappings = false,
},
}