fix(types): add missing @return annotations

This commit is contained in:
Josh Cooper
2026-01-22 19:48:54 +00:00
committed by Lewis Russell
parent 1f0dbfea2f
commit 9988d7142d
4 changed files with 9 additions and 4 deletions

View File

@@ -1191,6 +1191,7 @@ end
--- Note: Some language server capabilities can be file specific.
--- @param method vim.lsp.protocol.Method.ClientToServer | vim.lsp.protocol.Method.Registration
--- @param bufnr? integer
--- @return boolean
function Client:supports_method(method, bufnr)
-- Deprecated form
if type(bufnr) == 'table' then