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:
parent
290a2e73dd
commit
a51b4c4533
1 changed files with 3 additions and 0 deletions
3
vimrc
3
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
|
||||
|
|
Loading…
Reference in a new issue