From a1ff822efbb43fb48218a0064e2bef41bd52d788 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 5 Oct 2025 00:01:24 +0200 Subject: [PATCH] docs(lsp.linter): remove confusing wording --- lua/ow/lsp/linter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ow/lsp/linter.lua b/lua/ow/lsp/linter.lua index 59bafc8..6e47764 100644 --- a/lua/ow/lsp/linter.lua +++ b/lua/ow/lsp/linter.lua @@ -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