1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
jdhao-nvim-config/lua/config/which-key.lua
2024-07-25 04:00:17 +08:00

7 lines
89 B
Lua

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