summaryrefslogtreecommitdiff
path: root/dot-config/nvim/plugin/spellcheck.lua
blob: 21bffb1600e68c4b1ea0028bd3cccafd5195e106 (plain)
1
2
3
4
5
-- Enable custom spellcheck plugin

require("spellcheck").setup({
	filetypes = { "gitcommit", "markdown", "plaintext", "text", "typst" },
})