You are not logged in.

#1 2009-03-17 14:02:58

initbox
Member
Registered: 2008-09-27
Posts: 172

[Solved] Gvim colorscheme/background problem

I have a problem with my .vimrc...

Gvim doesn't seem to really appreciate my colorscheme or even background settings or cmdheight.

I'd really like to get my Gvim properly working so I could finally start using it....

Every time I open Gvim, it has the light background with the Wombat-theme text color and a cmdheight of 2, even though my config specifically sets it to one. Doesn't matter whether I have the "set background=dark" either, it's light no matter what. Atleast, until I manually :set it inside Gvim.

" vim
set nocompatible
set shortmess+=I
set textwidth=80
set number
set nowrap
set showmatch
syntax on

" gvim
colorscheme wombat
set background=dark
set guioptions=
set cmdheight=1
set guifont=DejaVu\ Sans\ Mono\ 8
"Set guifont=Terminus\ 8

" indent
set smartindent
set autoindent
"set expandtab
"set tabstop=4
"set softtabstop=4
"set shiftwidth=4
"set shiftround

Last edited by initbox (2009-03-17 14:46:48)

Offline

#2 2009-03-17 14:27:25

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: [Solved] Gvim colorscheme/background problem

Create a .gvimrc file with your specific settings for gvim


Till the last battle, till the last bottle.
aur - twitter

Offline

#3 2009-03-17 14:46:27

initbox
Member
Registered: 2008-09-27
Posts: 172

Re: [Solved] Gvim colorscheme/background problem

uastasi wrote:

Create a .gvimrc file with your specific settings for gvim

Wow it was that simple. Thanks!

Offline

Board footer

Powered by FluxBB