diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-12-13 12:00:11 +0000 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2023-12-14 12:39:18 +0000 |
commit | 97bea3163a3fe50359e7f6ffda747e28974a818a (patch) | |
tree | dd369da0134c8d08596f7b80931642c28580d47d /runtime/lua/vim/lsp/protocol.lua | |
parent | 320e9c1c21817fd76b84345018661f70437fa4b5 (diff) | |
download | rneovim-97bea3163a3fe50359e7f6ffda747e28974a818a.tar.gz rneovim-97bea3163a3fe50359e7f6ffda747e28974a818a.tar.bz2 rneovim-97bea3163a3fe50359e7f6ffda747e28974a818a.zip |
feat(lsp): more annotations
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
-rw-r--r-- | runtime/lua/vim/lsp/protocol.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua index a7c3914834..b2a92cd1ee 100644 --- a/runtime/lua/vim/lsp/protocol.lua +++ b/runtime/lua/vim/lsp/protocol.lua @@ -891,7 +891,7 @@ end --- Creates a normalized object describing LSP server capabilities. ---@param server_capabilities table Table of capabilities supported by the server ----@return table|nil Normalized table of capabilities +---@return lsp.ServerCapabilities|nil Normalized table of capabilities function protocol.resolve_capabilities(server_capabilities) local TextDocumentSyncKind = protocol.TextDocumentSyncKind local textDocumentSync = server_capabilities.textDocumentSync |