Files
yadm/.config/nvim/lua/plugins/which.lua
2024-03-03 23:38:16 +01:00

6 lines
75 B
Lua

return {
'folke/which-key.nvim',
config = true,
event = 'VeryLazy'
}