In my init.vim
configuration script for "Vim" I configure comments to be in italic like this (credits):
highlight Comment cterm=italic gui=italic
This does not work in init.lua
for "Neovim". How can I port this settings to Lua in order to use it in "Neovim"?