nviiim/ftplugin/markdown.lua
Robert Morrison 7f60e7fcb0
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.
2023-04-11 22:55:34 +01:00

3 lines
40 B
Lua

vim.o.spell = true
vim.o.textwidth = 75