From b2aa7e780e3a49100fccb1bcc0ea00accac66313 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 31 Jan 2021 16:07:49 +0100 Subject: [PATCH] Add support for termdebug --- colors/gruvbox.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 66246fba..91414faf 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -777,6 +777,13 @@ hi! link SyntasticErrorSign GruvboxRedSign hi! link SyntasticWarningSign GruvboxYellowSign " }}} +" Termdebug: {{{ + +call s:HL('debugPC', s:none, s:gb.faded_blue) +hi! link debugBreakpoint GruvboxRedSign + +" }}} + " Signature: {{{ hi! link SignatureMarkText GruvboxBlueSign hi! link SignatureMarkerText GruvboxPurpleSign