From 7c4ec2d439565b798a769ec7ebaeaa983e330afe Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 27 Oct 2018 11:47:38 -0700 Subject: [PATCH] [vim] set textwidth to 100 --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index fc6e860..12def45 100644 --- a/.vimrc +++ b/.vimrc @@ -91,6 +91,7 @@ if !has("nvim") endif set virtualedit=block set noshowmode +set textwidth=100 function! RestoreCursor() let pos = line("'\"")