enable spellcheck on markdown
This commit is contained in:
@@ -2,5 +2,6 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||||||
pattern = "markdown",
|
pattern = "markdown",
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.opt_local.textwidth = 80
|
vim.opt_local.textwidth = 80
|
||||||
|
vim.opt_local.spell = true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user