clarify italic use

This commit is contained in:
Patrick Stockwell
2018-12-17 10:17:19 +11:00
parent 2b909b6a72
commit 96b8bc1cfe

View File

@@ -30,9 +30,10 @@ Add the following to your `.vimrc`:
colorscheme vim-monokai-tasty 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 ```vim
let g:vim_monokai_tasty_italic = 1 let g:vim_monokai_tasty_italic = 1
colorscheme vim-monokai-tasty
``` ```
To use the included [lightline.vim](https://github.com/itchyny/lightline.vim) theme: To use the included [lightline.vim](https://github.com/itchyny/lightline.vim) theme: