Skip to content

Commit

Permalink
adds coc error gutter support (#164)
Browse files Browse the repository at this point in the history
adds coc error gutter support
  • Loading branch information
arcticicestudio committed Jun 9, 2019
2 parents 311d964 + f682954 commit a779726
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 @@ -559,6 +559,13 @@ call s:hi("ALEErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("ALEWarning" , s:nord13_gui, "", s:nord13_term, "", "undercurl", "")
call s:hi("ALEError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")

" 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("CocInfoSign" , s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("CocHintSign" , s:nord10_gui, "", s:nord10_term, "", "", "")

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

0 comments on commit a779726

Please sign in to comment.