nvim-config/lua/plugins/whichkey.lua
2025-01-01 09:08:27 +05:30

12 lines
184 B
Lua

return {
{
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
plugins = {
spelling = true,
},
},
},
}