1
0
Fork 0
forked from nya/nvim
nvim/lua/nyanko/lazy/which-key.lua

13 lines
165 B
Lua
Raw Normal View History

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