feat(markdown): Auto set some options for md files

Basic options that I want set when I'm editing markdown files are now
configured as an ftplugin file.
This commit is contained in:
Robert Morrison 2023-04-11 22:55:34 +01:00
parent 40eeea3bd9
commit 7f60e7fcb0
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

2
ftplugin/markdown.lua Normal file
View File

@ -0,0 +1,2 @@
vim.o.spell = true
vim.o.textwidth = 75