Add plugin highlighting for easymotion/vim-easymotion. Closes #116.

This commit is contained in:
Josh Dick
2018-02-23 01:48:04 -05:00
parent 8b5544e29c
commit 4f0292533a
2 changed files with 1230 additions and 0 deletions

1224
build/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -483,6 +483,12 @@ hi link GitGutterAdd SignifySignAdd
hi link GitGutterChange SignifySignChange
hi link GitGutterDelete SignifySignDelete
" easymotion/vim-easymotion
call s:h("EasyMotionTarget", { "fg": s:red, "gui": "bold", "cterm": "bold" })
call s:h("EasyMotionTarget2First", { "fg": s:yellow, "gui": "bold", "cterm": "bold" })
call s:h("EasyMotionTarget2Second", { "fg": s:dark_yellow, "gui": "bold", "cterm": "bold" })
call s:h("EasyMotionShade", { "fg": s:comment_grey })
" mhinz/vim-signify
call s:h("SignifySignAdd", { "fg": s:green })
call s:h("SignifySignChange", { "fg": s:yellow })