Files
nvim/lua/plugins/whichkey.lua
2024-01-28 16:36:57 +01:00

6 lines
65 B
Lua

return {
"folke/which-key.nvim",
lazy = false,
opts = {},
}