aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorSiddhant Agarwal <68201519+siddhantdev@users.noreply.github.com>2025-02-10 01:02:12 +0530
committerGitHub <noreply@github.com>2025-02-09 11:32:12 -0800
commitac207c3ac20026baa2a4561f5365c2af6a38a357 (patch)
tree9401be081587064e227d4646bcc84197a6800617 /runtime/doc
parent24d7debdfb779bbc4efcd911b9d49dffe4822c2b (diff)
downloadrneovim-ac207c3ac20026baa2a4561f5365c2af6a38a357.tar.gz
rneovim-ac207c3ac20026baa2a4561f5365c2af6a38a357.tar.bz2
rneovim-ac207c3ac20026baa2a4561f5365c2af6a38a357.zip
feat(defaults): "Show Diagnostics" in mouse popupmenu #32122
Problem: No obvious way to see diagnostics without configuring it first. Solution: Add `Show Diagnostics`, `Show All Diagnostics` and `Configure Diagnostics` buttons to the context menu.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index bfa98dce05..1f1ad84a02 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -221,6 +221,8 @@ DEFAULTS
on a URL.
• Mouse |popup-menu| includes a "Go to definition" item when LSP is active
in the buffer.
+ • Mouse |popup-menu| includes "Show Diagnostics", "Show All Diagnostics" and
+ "Configure Diagnostics" items when there are diagnostics in the buffer.
• |]d-default| and |[d-default| accept a count.
• |[D-default| and |]D-default| jump to the first and last diagnostic in the
current buffer, respectively.