Mention of italic comment in README
authormofiqul <mofi0islam@gmail.com>
Fri, 14 Jan 2022 11:26:10 +0000 (16:56 +0530)
committermofiqul <mofi0islam@gmail.com>
Fri, 14 Jan 2022 11:26:10 +0000 (16:56 +0530)
README.md

index ef8db2d5161fa82d02dcd2f2d36fc3c1a56c5338..2198f0df2ffd24e0990f37f6025cb2760e011016 100644 (file)
--- 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