diff options
author | Alexandre ChĂȘne <kooparse@users.noreply.github.com> | 2018-05-06 08:07:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 08:07:17 +0200 |
commit | b6d20bd62d3027d514861a9a540047f60f18d6e0 (patch) | |
tree | 1de33490a961469b07819b6ae361f292147b9463 | |
parent | b1478b07e36d933623f08ad2490ed702d6d7fdbc (diff) | |
download | nord-vim-b6d20bd62d3027d514861a9a540047f60f18d6e0.tar.gz |
Add vim-signature marks higlighting
-rwxr-xr-x | colors/nord.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index ef9efbe..bca13f7 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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 |