aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
Commit message (Expand)AuthorAge
...
* Fix lsp tests breaking from new LuaJIT versionMatthew Nibecker2020-12-13
* use if_nil variable replace vim.F.if_nilRaphael2020-11-26
* Lsp: fix vim.F.ifnil to vim.F.if_nil (#13384)Raphael2020-11-25
* LSP: Feature/add workspace folders (#12638)Michael Lingelbach2020-11-25
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lsp: complete support for `CodeActionKind`s to capabilities (#13180)Jesse2020-11-01
* lsp: Remove snippet lies (#13183)TJ DeVries2020-10-30
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...Stephan Seitz2020-06-11
* lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy2020-06-04
* lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2020-05-28
* LSP: Add textDocument/codeAction support (#11607)Jesse2020-05-16
* LSP: Add workspace.applyEdit client capabilities (#12313)Mathias FuĂźenegger2020-05-14
* lsp: fixup workspace symbol capabilities (#12233)Christian Clason2020-05-03
* lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* LSP: Support LocationLink (#12231)Christian Clason2020-05-02
* lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* gen_vimdoc.py: generate LSP docsJustin M. Keyes2019-12-31
* Fix position params for encoding.Ashkan Kiani2019-11-21
* Move everything to buf & default_callbacksAshkan Kiani2019-11-20
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13