VIM: Stops vim wrapping mid word

master
Jonathan Hodgson 4 years ago
parent be84812aaa
commit ed19fc413b
  1. 3
      nvim/.config/nvim/plugin/settings.vim

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

Loading…
Cancel
Save