fix(lua): fix some emmyluals warnings

This commit is contained in:
Christian Clason 2025-05-31 11:26:24 +02:00 committed by Christian Clason
parent 9a51f860c1
commit 3cad4eb434
4 changed files with 28 additions and 31 deletions

View file

@ -106,7 +106,7 @@ end, function(bufnr, root, lang)
return tostring(bufnr) .. root:id() .. '_' .. lang
end)
---@param lnum number (1-indexed)
---@param lnum integer (1-indexed)
---@return integer
function M.get_indent(lnum)
local bufnr = vim.api.nvim_get_current_buf()