feat: turn off line wrapping

This commit is contained in:
Michael Mandl 2022-02-02 19:25:29 +01:00
parent 7e1cc1c2bf
commit d3741b5829
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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