From d65d67b099fe7fae215f29646f2e0204f5e71fb0 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 22 Jan 2014 00:15:38 -0700 Subject: [PATCH] support initial theme when starting Vim --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2f899e6..a3cc5a0 100644 --- a/README.markdown +++ b/README.markdown @@ -137,9 +137,9 @@ can `set guifont=` in your .gvimrc independent of _thematic_. ### Setting an initial theme -By default, _thematic_ isn’t active when Vim starts up. +By default, _thematic_ doesn’t initialize a theme when you start Vim. -But In your `.vimrc` you can set an initial theme for Vim to load: +But you can have it do so by specifying a theme to load in your `.vimrc`: ```vim let g:thematic#theme_name = 'pencil_dark'