Remove default line width from vimrc

This commit is contained in:
Andrew R. M 2017-11-02 23:22:08 -04:00
parent 96d7dd170f
commit fd9dcb7053

View File

@ -107,9 +107,8 @@ set nocompatible
" Use UTF-8 "
set encoding=utf-8
" Lines should be no longer than eighty characters "
" Wrap lines neatly
set linebreak
set tw=80
" History holds as many entries as it can "
set history=10000