chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-19 15:28:15 +00:00 committed by github-actions[bot]
parent c6c76a6aa3
commit 337b054eda

View file

@ -683,6 +683,7 @@ Neovim commands
"lnum",
},
},
matcher = { sort_empty = true },
-- only show diagnostics from the cwd by default
filter = { cwd = true },
}
@ -698,6 +699,7 @@ Neovim commands
sort = {
fields = { "severity", "file", "lnum" },
},
matcher = { sort_empty = true },
filter = { buf = true },
}
```