mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Tweaked syntax colours for email
This commit is contained in:
parent
317f6ec5fb
commit
b38c7270db
1 changed files with 3 additions and 0 deletions
|
@ -416,6 +416,9 @@ if !exists("g:indent_guides_auto_colors")
|
|||
let g:indent_guides_auto_colors=0
|
||||
endif
|
||||
|
||||
"EMAIL:
|
||||
hi! link mailHeaderKey Identifier
|
||||
|
||||
"PLUGIN COLOURS:
|
||||
"taglist
|
||||
hi! link TagListFileName Directory
|
||||
|
|
Loading…
Reference in a new issue