update vimrc to do soft wrapping

This commit is contained in:
Jeffrey Paul 2018-08-13 02:31:23 -07:00 committed by GitHub
parent 4b670478e2
commit f32d49d29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ set backup
set writebackup
set undofile
set showbreak=\ \ \ \
set linebreak
au BufRead,BufNewFile *.go set filetype=go
au BufRead,BufNewFile *.coffee set filetype=coffee