From e23377a88abd89e618603bd4325c6a4a4fe2307c Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Sun, 16 Dec 2018 13:40:07 +1100 Subject: [PATCH] update README for airline support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 070c6cf..56177b0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ let g:lightline = { \ } ``` +To use the included [vim-airline](https://github.com/vim-airline/vim-airline) theme: +```vim +let g:airline_theme='monokai_tasty' +``` + ## :tv: Screen shots ![](./example1.png)