nvim/lua/nyanko/lazy/which-key.lua

13 lines
186 B
Lua

return {
"folke/which-key.nvim",
event = "VimEnter",
opts = {
icons = {
separator = "->",
mappings = false,
},
spec = {
{ "<leader>s", group = "[S]earch" },
},
},
}