home: vim: lsp: add missing type hint
This commit is contained in:
parent
b90da603b1
commit
442d267ca2
|
@ -5,7 +5,7 @@ local lsp_format = require("lsp-format")
|
|||
|
||||
--- Move to the next/previous diagnostic, automatically showing the diagnostics
|
||||
--- float if necessary.
|
||||
--- @param forward whether to go forward or backwards
|
||||
--- @param forward bool whether to go forward or backwards
|
||||
local function goto_diagnostic(forward)
|
||||
vim.validate({
|
||||
forward = { forward, "boolean" },
|
||||
|
|
Loading…
Reference in a new issue