4 lines
133 B
Lua
4 lines
133 B
Lua
vim.opt_local.textwidth = 80
|
|
vim.opt_local.wrapmargin = 0
|
|
vim.opt_local.formatoptions:append({ 't' })
|
|
vim.opt_local.linebreak = true
|