docs(lsp.linter): remove confusing wording

This commit is contained in:
2025-10-05 00:01:24 +02:00
parent b7bc837d3d
commit a1ff822efb
+1 -1
View File
@@ -62,7 +62,7 @@ M.__index = M
---@field debounce? number
--- Configuration for JSON output parsing
---@field json? JsonConfig
--- Map diagnostic codes to tags (unnecessary/deprecated)
--- Map diagnostic codes to tags
---@field tags? DiagnosticTagMap
--- Line numbers are 0-indexed (default: false, 1-indexed)
---@field zero_idx_lnum? boolean