dotfiles/home/.config/nvim/lua/plugins/which-key.lua

4 lines
85 B
Lua
Raw Normal View History

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