Stop italicising comments
This commit is contained in:
parent
1c0a80b2be
commit
c52f4c92c6
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue