mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -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
|
let g:indent_guides_auto_colors=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
"EMAIL:
|
||||||
|
hi! link mailHeaderKey Identifier
|
||||||
|
|
||||||
"PLUGIN COLOURS:
|
"PLUGIN COLOURS:
|
||||||
"taglist
|
"taglist
|
||||||
hi! link TagListFileName Directory
|
hi! link TagListFileName Directory
|
||||||
|
|
Loading…
Reference in a new issue