diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index d3a2fa3..205104c 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -74,8 +74,9 @@ endif " Show whitespace characters set list set listchars=tab:>ยท -" Do no wrap lines, but show a visual indicator that the lines continues -set nowrap +" Wrap lines +set wrap +" When wrap is off, show a visual indicator that the lines continues set listchars+=extends:> " Keep current line away from top/bottom borders of the buffer when scrolling set scrolloff=15