4 lines
145 B
Lua
4 lines
145 B
Lua
vim.bo.textwidth = 72
|
|
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
|
|
vim.opt.spell = true -- turn on spell checking
|
|
|