enable linebreak option neovim

This commit is contained in:
randomuser 2023-04-11 17:06:15 -05:00
parent 89c4530d2e
commit 96fdd5cfcc
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ opt.ignorecase = true
opt.smartcase = true
opt.inccommand = 'nosplit'
opt.hidden = true
opt.linebreak = true
opt.path = '.,/usr/include,**'
vim.cmd.colorscheme('earth')
opt.statusline="%f %r%m%q%h%=%y 0x%02B %04l:%03c:%03p"