ajs-nvim/lua/options/prose.lua

5 lines
130 B
Lua
Raw Normal View History

2024-03-11 13:46:43 +00:00
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
vim.opt.number = false