6 lines
91 B
Lua
6 lines
91 B
Lua
require("which-key").setup {
|
|
preset = "modern",
|
|
icons = {
|
|
mappings = false,
|
|
},
|
|
}
|