From 96b8bc1cfe32ba65ddd55eaef57ad1dc5e9cb370 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Mon, 17 Dec 2018 10:17:19 +1100 Subject: [PATCH] clarify italic use --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 374ab7b..6a81ebe 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Add the following to your `.vimrc`: colorscheme vim-monokai-tasty ``` -If you use a terminal that supports italic text, add: +If you use a terminal that supports italic text, add (before the colorscheme declaration): ```vim let g:vim_monokai_tasty_italic = 1 +colorscheme vim-monokai-tasty ``` To use the included [lightline.vim](https://github.com/itchyny/lightline.vim) theme: