Skip to content

Commit

Permalink
adds coc error gutter support
Browse files Browse the repository at this point in the history
  • Loading branch information
hennessey committed Jun 4, 2019
1 parent a649fff commit 228f63e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,13 @@ hi! link yamlDocumentStart Keyword
call s:hi("ALEWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("ALEErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")

" Coc
" > neoclide/coc
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")

" GitGutter
" > airblade/vim-gitgutter
call s:hi("GitGutterAdd", s:nord14_gui, "", s:nord14_term, "", "", "")
Expand Down

0 comments on commit 228f63e

Please sign in to comment.