fix: address diagnostics
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user