From a51b4c45332b0589592ac59f584f6e9d11924d7c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 1 Mar 2016 13:59:02 -0500 Subject: [PATCH] Fix vim background for certain situations For some reason, vim will load on some of my Ubuntu machines with a greyish background that does weird things. Setting background to dark seems to fix these issues so I am going to roll with it. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index e58a0d4..3134261 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,9 @@ scriptencoding utf-8 set encoding=utf-8 +" fix colors in some ubuntu terminals +set background=dark + " vundle bundle; not for changing set nocompatible " Disable vi compatibility filetype off