aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
Commit message (Expand)AuthorAge
* fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger2022-11-19
* fix(lsp): reporting bogus capabilities in CodeActionKind #20678David Hotham2022-10-16
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger2022-07-27
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* chore: format runtime with styluaChristian Clason2022-05-09
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* docs(lsp): fix resolve_capabilities docstring (#16577)Gregory Anders2021-12-08
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* fix(lsp): enable additional capabilities (#15470)Michael Lingelbach2021-08-23
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(lsp): highlight active parameter in signature help (#15018)Folke Lemaitre2021-07-07
* lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* LSP: Resolve text_document_save capability according to specMathias Fussenegger2021-02-25
* LSP: Add diagnostic tags to client capabilities (#13578)Timmy Xiao2021-01-05
* lsp: Disable capabilities not currently supported by language client handlers...Michael Lingelbach2020-12-30
* lsp: add $/progress report (#13294)Matthieu Coudron2020-12-20
* 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