File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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==============================================================================
44Table 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
You can’t perform that action at this time.
0 commit comments