From: mofiqul Date: Fri, 14 Jan 2022 11:26:10 +0000 (+0530) Subject: Mention of italic comment in README X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=db3917cf401ca0d16cf74ec65a08e7fa1e2be023;p=nvim-plugins%2Fflatwhite.git Mention of italic comment in README --- 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