summaryrefslogtreecommitdiff
path: root/config/plugins/which-key.lua
blob: 32ca2ff1b7c34b9bab11c5e26b5b057b4a178719 (plain)
1
2
3
4
5
require("which-key").setup({
	plugins = {
		spelling = { enable = true },
	},
})