VIM: Stops vim wrapping mid word

This commit is contained in:
Jonathan Hodgson 2020-09-28 11:37:52 +01:00
parent be84812aaa
commit ed19fc413b

View file

@ -31,3 +31,6 @@ set tabstop=4
" Add invisivle character reperesentation
set list listchars=tab:»\ ,trail:\␣,eol:↩
" Stops vim wrapping in the middle of a word
set linebreak