Add ftplugin markdown

Autoset spell and textwidth
This commit is contained in:
Robert Morrison 2022-07-25 22:13:18 +01:00
parent ce9a15e83b
commit 31d6caf023
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -0,0 +1,3 @@
vim.opt_local.spell = true;
vim.opt_local.textwidth = 75;