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

14 lines
186 B
Lua
Raw Normal View History

2025-01-04 08:07:29 -06:00
return {
"folke/which-key.nvim",
event = "VimEnter",
opts = {
icons = {
2025-01-04 13:19:36 -06:00
separator = "->",
2025-01-04 08:07:29 -06:00
mappings = false,
},
spec = {
{ "<leader>s", group = "[S]earch" },
},
},
}