From db3917cf401ca0d16cf74ec65a08e7fa1e2be023 Mon Sep 17 00:00:00 2001 From: mofiqul Date: Fri, 14 Jan 2022 16:56:10 +0530 Subject: [PATCH] Mention of italic comment in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef8db2d..2198f0d 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ vim.g.dracula_show_end_of_buffer = true vim.g.dracula_transparent_bg = true -- set custom lualine background color vim.g.dracula_lualine_bg_color = "#44475a" +-- set italic comment +vim.g.dracula_italic_comment = true ``` The same works in viml @@ -141,6 +143,8 @@ let g:dracula_show_end_of_buffer = 1 let g:dracula_transparent_bg = 1 " set custom lualine background color let g:dracula_lualine_bg_color = "#44475a" +-- set italic comment +let g:dracula_italic_comment = 1 ``` ## 🎨 Importing colors for other usage -- 2.30.2