mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
refactor(lsp): add type annotations
This commit is contained in:
@@ -24,7 +24,7 @@ function M:supports_registration(method)
|
||||
end
|
||||
|
||||
--- @param registrations lsp.Registration[]
|
||||
--- @private
|
||||
--- @package
|
||||
function M:register(registrations)
|
||||
-- remove duplicates
|
||||
self:unregister(registrations)
|
||||
|
||||
Reference in New Issue
Block a user