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.
This commit is contained in:
Andrew Tomaka 2016-03-01 13:59:02 -05:00
parent 290a2e73dd
commit a51b4c4533

3
vimrc
View file

@ -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