nvimconfig/after/ftplugin/markdown.lua
Robert Morrison 31d6caf023
Add ftplugin markdown
Autoset spell and textwidth
2022-07-25 22:13:18 +01:00

4 lines
59 B
Lua

vim.opt_local.spell = true;
vim.opt_local.textwidth = 75;