1
0
nvim-config/core/linewrap.vim

6 lines
92 B
VimL

if has('linebreak')
let &showbreak = '↳ '
set breakindent
set breakindentopt=sbr
endif