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