Merge pull request #122 from kooparse/develop

Add support for vim-signature higlighting
This commit is contained in:
Arctic Ice Studio 2018-05-07 05:47:08 +02:00 committed by GitHub
commit 1df3945394
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