dotfiles/config/nvim/after/ftplugin/markdown.lua

3 lines
123 B
Lua

vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
vim.opt.spell = true -- turn on spell checking