mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(lsp): clean up duplicate and unused meta type annotations
This commit is contained in:
committed by
Mathias Fußenegger
parent
f936a962d0
commit
fa9a85ae46
@@ -14,10 +14,3 @@ error('Cannot require a meta file')
|
||||
---@field code integer
|
||||
---@field message string
|
||||
---@field data string|number|boolean|table[]|table|nil
|
||||
|
||||
--- @class lsp.DocumentFilter
|
||||
--- @field language? string
|
||||
--- @field scheme? string
|
||||
--- @field pattern? string
|
||||
|
||||
--- @alias lsp.RegisterOptions any | lsp.StaticRegistrationOptions | lsp.TextDocumentRegistrationOptions
|
||||
|
||||
Reference in New Issue
Block a user