Fix WarningLine => WarnLine
Co-Authored-By: benknoble <ben.knoble@gmail.com>
This commit is contained in:
parent
827ace9679
commit
1a0c568bdd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ endif
|
||||||
" ALE: {{{
|
" ALE: {{{
|
||||||
if exists('g:ale_enabled')
|
if exists('g:ale_enabled')
|
||||||
hi! link ALEError DraculaErrorLine
|
hi! link ALEError DraculaErrorLine
|
||||||
hi! link ALEWarning DraculaWarningLine
|
hi! link ALEWarning DraculaWarnLine
|
||||||
hi! link ALEInfo DraculaInfoLine
|
hi! link ALEInfo DraculaInfoLine
|
||||||
|
|
||||||
hi! link ALEErrorSign DraculaError
|
hi! link ALEErrorSign DraculaError
|
||||||
|
|
Loading…
Reference in a new issue