2024-04-18 09:22:18 +03:00

7 lines
108 B
Lua

return {
'folke/which-key.nvim',
config = function()
require("which-key").setup()
end
}