diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index 36a91ad..3f206f7 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -66,6 +66,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 +set listchars+=extends:> " Keep current line away from top/bottom borders of the buffer when scrolling set scrolloff=15 " Enable mouse