nvim-snappy/lua/plugins/ux/which-key.lua

9 lines
281 B
Lua

-- which-key.nvim
--- Whenever a key is pressed, display possible key bindings of what is being typed.
--- Automatically reads the desc attribute of custom key bindings.
return {
'folke/which-key.nvim',
commit = '0e76a87ac51772569aec678dc74baa8e2a86100c',
event = 'VeryLazy',
}