mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-28 23:06:51 +08:00
#4442 Configure signs in Neovim diagnostics
Respect ALE's options to enable/disable signs in Neovim diagnostics, and use ALE's priority setting.
This commit is contained in:
@@ -2106,6 +2106,10 @@ g:ale_set_signs *g:ale_set_signs*
|
||||
When this option is set to `1`, the |sign| column will be populated with
|
||||
signs marking where problems appear in the file.
|
||||
|
||||
When |g:ale_use_neovim_diagnostics_api| is `1`, the only other setting that
|
||||
will be respected for signs is |g:ale_sign_priority|. No other settings,
|
||||
highlights, text, or behaviors will apply.
|
||||
|
||||
ALE will use the following highlight groups for problems:
|
||||
|
||||
|ALEErrorSign| - Items with `'type': 'E'`
|
||||
|
||||
Reference in New Issue
Block a user