From 5edc0862b9ffdf20cfb7129a158591da98ceeb71 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 10 Sep 2018 14:06:36 +0200 Subject: [PATCH] Improve vimrc. Now have a marker for optimal text width. Useful when writing pretty much anything that needs to be wrapped. --- vim/.vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index d75aa9d..f41c797 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -18,6 +18,7 @@ set backspace=eol,indent,start set diffopt+=iwhite colorscheme molokai +set colorcolumn=72 " I have never intended to use the builtin help map