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

2 lines
122 B
Lua

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