From 13876a2ab298e87bc0bc2ca9ae02b6c5c13739da Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Mon, 21 Dec 2020 08:52:45 +0000 Subject: [PATCH] Stop text wrapping from breaking words --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 99867e1b..9c16c229 100644 --- a/vimrc +++ b/vimrc @@ -7,6 +7,8 @@ set laststatus=2 set number set listchars=trail:.,tab:>_ set list +set wrap +set linebreak au BufRead,BufNewFile *.ipynb set filetype=json syntax on