Stop text wrapping from breaking words

This commit is contained in:
Edward Litherland-Smith 2020-12-21 08:52:45 +00:00
parent 71fc49c2b9
commit 13876a2ab2

2
vimrc
View file

@ -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