| hi Comment cterm=italiclet g:nvcode_termcolors=256syntax on" colorscheme nordcolorscheme nvcode" colorscheme onedark" colorscheme TSnazzy" colorscheme aurora" checks if your terminal has 24-bit color supportif (has("termguicolors"))    set termguicolors    hi LineNr ctermbg=NONE guibg=NONEendif
 |