From 57cc0096a9e77b6193e295ab62dbdfd9f2b5f65d Mon Sep 17 00:00:00 2001 From: Carlos Carral C Date: Tue, 14 Sep 2021 10:33:21 -0500 Subject: [PATCH] Extended README.md instructions for setting italics. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8b89f3..3d84542 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,11 @@ set renderoptions=type:directx,gamma:1.5,contrast:0.5,geom:1,renmode:5,taamode:1 ``` ### Are italics supported? -Italics in comments can be enabled by setting `g:codedark_italics = 1` before -setting the colorscheme. Please note that your terminal must support rendering italic fonts. +Italics in comments can be enabled by setting `g:codedark_italics = 1` _before_ +setting the colorscheme in your `.vimrc` like so: +``` +let g:codedark_italics = 1 +colorscheme codedark +``` +Please note that your terminal must support rendering italic fonts.