nvim-config/lua/config/which-key.lua
2025-08-10 20:24:22 +00:00

7 lines
92 B
Lua

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