Skip to content

Commit 08e65d8

Browse files
chore(build): auto-generate vimdoc
1 parent a67af93 commit 08e65d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/tiny-inline-diagnostic.nvim.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tiny-inline-diagnostic.nvim.txt*For Neovim >= 0.10.0Last change: 2025 November 05
1+
*tiny-inline-diagnostic.nvim.txt*For Neovim >= 0.10.0Last change: 2025 November 09
22

33
==============================================================================
44
Table of Contents *tiny-inline-diagnostic.nvim-table-of-contents*
@@ -224,6 +224,9 @@ CONFIGURATION*tiny-inline-diagnostic.nvim-tiny-inline-diagnostic.nvim-configurat
224224
-- Show all diagnostics on the current cursor line, not just those under the cursor
225225
show_all_diags_on_cursorline = false,
226226

227+
-- Only show diagnostics when the cursor is directly over them, no fallback to line diagnostics
228+
show_diags_only_under_cursor = false,
229+
227230
-- Display related diagnostics from LSP relatedInformation
228231
show_related = {
229232
enabled = true, -- Enable displaying related diagnostics

0 commit comments

Comments
 (0)