diff options
author | Jongwook Choi <wookayin@gmail.com> | 2024-01-16 19:19:21 -0500 |
---|---|---|
committer | Mathias Fußenegger <mfussenegger@users.noreply.github.com> | 2024-01-20 14:02:16 +0100 |
commit | fa9a85ae468b9df30ae9e5c05a08c0f124e267df (patch) | |
tree | 1b950b61803691b0104d66129cf66df14a44ce88 /runtime/lua/vim/lsp/_meta.lua | |
parent | f936a962d04f9937946018cc1386f20bda6fc1de (diff) | |
download | rneovim-fa9a85ae468b9df30ae9e5c05a08c0f124e267df.tar.gz rneovim-fa9a85ae468b9df30ae9e5c05a08c0f124e267df.tar.bz2 rneovim-fa9a85ae468b9df30ae9e5c05a08c0f124e267df.zip |
fix(lsp): clean up duplicate and unused meta type annotations
Diffstat (limited to 'runtime/lua/vim/lsp/_meta.lua')
-rw-r--r-- | runtime/lua/vim/lsp/_meta.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/lua/vim/lsp/_meta.lua b/runtime/lua/vim/lsp/_meta.lua index 559939c236..be3222828d 100644 --- a/runtime/lua/vim/lsp/_meta.lua +++ b/runtime/lua/vim/lsp/_meta.lua @@ -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 |