feat: turn off line wrapping
This commit is contained in:
parent
7e1cc1c2bf
commit
d3741b5829
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue