From f20e424702e179bbb71e5b61f37b144fd2c27061 Mon Sep 17 00:00:00 2001 From: Bill Tucker Date: Tue, 27 Sep 2016 20:18:44 -0600 Subject: [PATCH] add 'Using a Theme' section to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 28bef60..66b3921 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ This plugin follows the standard runtime path structure, and as such it can be i * copy all of the files into your `~/.vim` directory +# Using a Theme + +Once installed, use `:AirlineTheme ` to set the theme, e.g. `:AirlineTheme simple` + +To set in .vimrc, use `let g:AirlineTheme=''`, e.g. `let g:AirlineTheme='simple'` + + # Contribution Guidelines ## New themes