vim:setts: Re-enable 'wrap'

I don't remember why I turned it off. But currently I enable it a lot.
This commit is contained in:
2024-07-11 19:07:39 +02:00
parent 1075264593
commit c1d91fa934

View File

@@ -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