feat: turn off line wrapping
parent
7e1cc1c2bf
commit
d3741b5829
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue