From 43f7f7c15056cd4fe8e9ee07ca699ba8f5129945 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 11 May 2020 11:15:43 +0200 Subject: [PATCH] Add ColorColumn to vim --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 267ed3b..bf11461 100644 --- a/vimrc +++ b/vimrc @@ -6,6 +6,10 @@ let s:root = expand(':p:h') set nocompatible """""""""""""""" +" ┌────────────────────────┐ +" │ General Configurations │ +" └────────────────────────┘ + " Sessions set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages set foldmethod=marker @@ -26,6 +30,9 @@ elseif v:version >= 703 set cm=blowfish end +set colorcolumn=+1 +hi ColorColumn ctermbg=magenta + " set linespace=0 set scrolloff=6 set history=50 " keep 50 lines of command line history