home: vim: lsp: add missing type hint

This commit is contained in:
Bruno BELANYI 2024-05-28 13:48:54 +00:00
parent b90da603b1
commit 442d267ca2

View file

@ -5,7 +5,7 @@ local lsp_format = require("lsp-format")
--- Move to the next/previous diagnostic, automatically showing the diagnostics --- Move to the next/previous diagnostic, automatically showing the diagnostics
--- float if necessary. --- 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) local function goto_diagnostic(forward)
vim.validate({ vim.validate({
forward = { forward, "boolean" }, forward = { forward, "boolean" },