dotfiles/home/.config/nvim/lua/plugins/which-key.lua
2022-10-26 14:08:20 +03:00

4 lines
85 B
Lua

return function()
require("which-key").setup({ spelling = { enabled = true } })
end