Bumped textwidth to 80
This commit is contained in:
parent
e23de59419
commit
4d5ebefc4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue