update vimrc to do soft wrapping

This commit is contained in:
2018-08-13 02:31:23 -07:00
committed by GitHub
parent 4b670478e2
commit f32d49d29e

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