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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -