feat(options): added linebreak=true to default options

This commit is contained in:
Folke Lemaitre 2024-06-06 16:05:23 +02:00
parent e6443ad7dc
commit 1f4c1964fd
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -64,6 +64,7 @@ opt.grepprg = "rg --vimgrep"
opt.ignorecase = true -- Ignore case opt.ignorecase = true -- Ignore case
opt.inccommand = "nosplit" -- preview incremental substitute opt.inccommand = "nosplit" -- preview incremental substitute
opt.laststatus = 3 -- global statusline opt.laststatus = 3 -- global statusline
opt.linebreak = true -- Wrap lines at convenient points
opt.list = true -- Show some invisible characters (tabs... opt.list = true -- Show some invisible characters (tabs...
opt.mouse = "a" -- Enable mouse mode opt.mouse = "a" -- Enable mouse mode
opt.number = true -- Print line number opt.number = true -- Print line number