diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2017-11-05 21:20:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 21:20:39 +0000 |
commit | 55b8b1bd462c1a29c156235226591a83a9d878f0 (patch) | |
tree | fb9084b0b9251435ae69bc95beb809206b04bf56 | |
parent | 27bfae6abc75db6d0795a9f12d68a82e16715f43 (diff) | |
parent | 491542f9f4e06fd6e816bbba05921b0db7bdc84d (diff) |
Merge pull request #160 from jlesquembre/startify
Add support for vim-startify
-rw-r--r-- | templates/default.mustache | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index bdf3646..e1ca3dd 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -365,6 +365,18 @@ call <sid>hi("SpellLocal", "", s:gui00, "", s:cterm00, "undercurl", s:gui0C) call <sid>hi("SpellCap", "", s:gui00, "", s:cterm00, "undercurl", s:gui0D) call <sid>hi("SpellRare", "", s:gui00, "", s:cterm00, "undercurl", s:gui0E) +" Startify highlighting +call <sid>hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifyFile", s:gui07, "", s:cterm07, "", "", "") +call <sid>hi("StartifyFooter", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifyHeader", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("StartifyNumber", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("StartifyPath", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifySection", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") + " Remove functions delf <sid>hi |