aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
authorFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-02-06 00:08:44 +0100
committerGitHub <noreply@github.com>2021-02-06 00:08:44 +0100
commit74a915edc69dbff8de0f494e80525f3d684239da (patch)
treef650c6656af81e92e73cbbbf30ae70dad2ed03fc /templates/default.mustache
parente47297e7d4ad8dd2343edd93308ab188ae26985d (diff)
parent800a1b208ee953fd31bf78961af9985b6204df0b (diff)
Merge pull request #12 from MageJohn/whitespace
Set the Whitespace highlight group
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index 6871459..c4c631a 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -223,6 +223,7 @@ call <sid>hi("Title", s:gui0D, "", s:cterm0D, "", "none", "")
call <sid>hi("Conceal", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "")
call <sid>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "", "")
call <sid>hi("NonText", s:gui03, "", s:cterm03, "", "", "")
+call <sid>hi("Whitespace", s:gui03, "", s:cterm03, "", "", "")
call <sid>hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "")
call <sid>hi("SignColumn", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "")
call <sid>hi("StatusLine", s:gui04, s:gui02, s:cterm04, s:cterm02, "none", "")