Skip to content

Commit

Permalink
fix: fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Guddas committed Aug 31, 2021
1 parent 8ad1a10 commit c919a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/PaperColor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ fun! s:apply_syntax_highlightings()
exec 'hi diffBDiffer' . s:fg_orange
exec 'hi diffNewFile' . s:fg_comment

# Pluging: CoC
" Pluging: CoC
exec 'hi CocFloating' . s:fg_popupmenu_fg . s:bg_popupmenu_bg . s:ft_none
exec 'hi CocErrorFloat' . s:fg_popupmenu_fg . s:bg_popupmenu_bg . s:ft_none
exec 'hi CocWarningFloat' . s:fg_popupmenu_fg . s:bg_popupmenu_bg . s:ft_none
Expand Down

0 comments on commit c919a7c

Please sign in to comment.