add ftplugin for markdown filetypes

This commit is contained in:
Gered 2024-09-01 20:56:51 -04:00
parent 8803e80213
commit 02d61d9055

2
ftplugin/markdown.lua Normal file
View file

@ -0,0 +1,2 @@
vim.opt_local.textwidth = 100
vim.opt_local.wrap = true