feat: turn off line wrapping

main
mandlm 2022-02-02 19:25:29 +01:00
parent 7e1cc1c2bf
commit d3741b5829
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ set expandtab
" scroll offset
set scrolloff=4
" don't warp lines
set nowrap
" split to right/below
set splitright
set splitbelow