summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-08 23:44:48 +0100
committerw0rp <devw0rp@gmail.com>2023-09-08 23:54:16 +0100
commite4411276a5fd5683a4e78bbd3280c4479fed346d (patch)
tree10a072f795c736624eb0c23357566046abfa3245 /doc
parentdadc7784512ab26a84970cf0b49eb8ebaf1013dd (diff)
downloadale-e4411276a5fd5683a4e78bbd3280c4479fed346d.zip
#4442 Configure signs in Neovim diagnostics
Respect ALE's options to enable/disable signs in Neovim diagnostics, and use ALE's priority setting.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 4f4cb9c7..be8f1e7d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -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'`