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:tempus_enforce_background_color=1
|
||||
colorscheme tempus_night
|
||||
highlight Comment gui=NONE
|
||||
|
||||
let loaded_netrwPlugin=1 " Disable netrw completely.
|
||||
|
||||
|
@ -219,6 +220,7 @@ endif
|
|||
if has('gui_running')
|
||||
set background=dark
|
||||
colorscheme tempus_night
|
||||
highlight Comment gui=NONE
|
||||
endif
|
||||
|
||||
if has('autocmd')
|
||||
|
|
Loading…
Reference in a new issue