fix: type warnings in shared.lua

This commit is contained in:
Lewis Russell
2024-02-15 10:53:51 +00:00
committed by Lewis Russell
parent c6f7419420
commit 35f453f65d
5 changed files with 72 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
--- vim.fn[func]({...})
--- ```
---
--- @param func fun()
--- @param func string
--- @param ... any
--- @return any
function vim.call(func, ...) end