enable linebreak option neovim
This commit is contained in:
parent
89c4530d2e
commit
96fdd5cfcc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue