From a8180830cdf6eacd372090797ad72d69dcaa6978 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 28 Aug 2013 20:52:59 -0500 Subject: [PATCH] set textwidth --- vim/vimrc.symlink | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 3274a9a..1656e59 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -33,6 +33,7 @@ let g:mapleader = "," " change history to 1000 set history=10000 +set textwidth=80 " Tab control set noexpandtab " insert tabs rather than spaces for