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