vim - gvim solarized won't load all it's settings on first run -


i use solarized colorscheme customizations in vimrc file. strangely won't applied when gvim starts. need source config 1 time solarized settings taken over. said options are:

let g:solarized_contrast = "low"
let g:solarized_visibility = "high"
let g:solarized_hitrail = 1

a similar question .vimrc not being sourced properly no answer found. can't comment on old topic (why?!)

.vimrc hosted here

call colorscheme solarized after of let g:solarized_ variables set.

the solarized colorscheme script uses these flags determine how going set colours loaded.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -