Stop italicising comments

This commit is contained in:
Anthony Rose 2024-04-17 13:56:52 +01:00
parent 1c0a80b2be
commit c52f4c92c6

2
vimrc
View file

@ -135,6 +135,7 @@ if has('eval')
let g:nroff_is_groff=1 let g:nroff_is_groff=1
let g:tempus_enforce_background_color=1 let g:tempus_enforce_background_color=1
colorscheme tempus_night colorscheme tempus_night
highlight Comment gui=NONE
let loaded_netrwPlugin=1 " Disable netrw completely. let loaded_netrwPlugin=1 " Disable netrw completely.
@ -219,6 +220,7 @@ endif
if has('gui_running') if has('gui_running')
set background=dark set background=dark
colorscheme tempus_night colorscheme tempus_night
highlight Comment gui=NONE
endif endif
if has('autocmd') if has('autocmd')