Add vim-signature marks higlighting

This commit is contained in:
Alexandre Chêne 2018-05-06 08:07:17 +02:00 committed by GitHub
parent b1478b07e3
commit b6d20bd62d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,6 +515,10 @@ hi! link CtrlPBufferHid Normal
" > junegunn/vim-plug
call s:hi("plugDeleted", s:nord11_gui, "", "", s:nord11_term, "", "")
" vim-signature
" > kshenoy/vim-signature
call s:hi("SignatureMarkText", s:nord8_gui, "", s:nord8_term, "", "", "")
"+--- Languages ---+
" JavaScript
" > pangloss/vim-javascript