Bumped textwidth to 80

This commit is contained in:
Josh Sherman 2015-11-02 09:21:37 -05:00
parent e23de59419
commit 4d5ebefc4a

View file

@ -50,7 +50,7 @@ set wildmode=list:longest
" Automatically wraps markdown and text to 80 columns
if &filetype == 'markdown' || &filetype == 'text'
set textwidth=79
set textwidth=80
set wrapmargin=2
else
set smartindent