mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 00:35:36 +00:00
fix(types): add missing @return annotations
This commit is contained in:
committed by
Lewis Russell
parent
1f0dbfea2f
commit
9988d7142d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user