fix: address diagnostics

This commit is contained in:
2026-05-07 01:58:56 +02:00
parent 66ceb352aa
commit 55effc0a67
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ local function hover_async()
false
)
else
expr = vim.fn.expand("<cexpr>")
expr = vim.fn.expand("<cexpr>") --[[@as string]]
end
if expr == "" then