mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
569 support vim sign group and priority (#2786)
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs.
This commit is contained in:
@@ -114,7 +114,7 @@ After:
|
||||
delfunction GenerateResults
|
||||
call ale#linter#Reset()
|
||||
call clearmatches()
|
||||
sign unplace *
|
||||
call ale#sign#Clear()
|
||||
highlight clear SomeOtherGroup
|
||||
|
||||
runtime autoload/ale/highlight.vim
|
||||
|
||||
Reference in New Issue
Block a user