From 0507b921b4e21db6e26beab317ed06d92834da1e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 14 Mar 2018 20:23:44 -0400 Subject: Add colorcolumn for 80 cols by default --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 7a0e6d0..4783756 100644 --- a/init.vim +++ b/init.vim @@ -1,6 +1,8 @@ set encoding=utf-8 " The encoding displayed. set fileencoding=utf-8 " The encoding written to file. +set colorcolumn=80 + " Apparently there are security issues with this? set nomodeline -- cgit v1.2.3