mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 17:28:56 +00:00
feat(options): added linebreak=true to default options
This commit is contained in:
@@ -64,6 +64,7 @@ opt.grepprg = "rg --vimgrep"
|
||||
opt.ignorecase = true -- Ignore case
|
||||
opt.inccommand = "nosplit" -- preview incremental substitute
|
||||
opt.laststatus = 3 -- global statusline
|
||||
opt.linebreak = true -- Wrap lines at convenient points
|
||||
opt.list = true -- Show some invisible characters (tabs...
|
||||
opt.mouse = "a" -- Enable mouse mode
|
||||
opt.number = true -- Print line number
|
||||
|
||||
Reference in New Issue
Block a user