Skip to content

Commit

Permalink
Merge pull request #135 from meck/feature/ALEHighlight
Browse files Browse the repository at this point in the history
Add more ALE Highlights
  • Loading branch information
arcticicestudio authored Apr 15, 2019
2 parents be815f0 + 370af5a commit 9d82b7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ hi! link yamlDocumentStart Keyword
" > w0rp/ale
call s:hi("ALEWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
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", "")

" GitGutter
" > airblade/vim-gitgutter
Expand Down

0 comments on commit 9d82b7a

Please sign in to comment.