summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/protocol.lua
AgeCommit message (Expand)AuthorFiles
2022-11-19feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger1
2022-10-16fix(lsp): reporting bogus capabilities in CodeActionKind #20678David Hotham1
2022-10-08feat(lsp): support window/showDocument (#19977)lvimuser1
2022-07-27fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre1
2021-12-08docs(lsp): fix resolve_capabilities docstring (#16577)Gregory Anders1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger1
2021-08-23fix(lsp): enable additional capabilities (#15470)Michael Lingelbach1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-07-07feat(lsp): highlight active parameter in signature help (#15018)Folke Lemaitre1
2021-03-18lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for create workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for file rename via workspaceEditMathias Fussenegger1
2021-03-10lsp: Resolve codeLense server capabilities (#14056)Josa Gesell1
2021-02-25LSP: Resolve text_document_save capability according to specMathias Fussenegger1
2021-01-05LSP: Add diagnostic tags to client capabilities (#13578)Timmy Xiao1
2020-12-30lsp: Disable capabilities not currently supported by language client handlers...Michael Lingelbach1
2020-12-20lsp: add $/progress report (#13294)Matthieu Coudron1
2020-12-13Fix lsp tests breaking from new LuaJIT versionMatthew Nibecker1
2020-11-26use if_nil variable replace vim.F.if_nilRaphael1
2020-11-25Lsp: fix vim.F.ifnil to vim.F.if_nil (#13384)Raphael1
2020-11-25LSP: Feature/add workspace folders (#12638)Michael Lingelbach1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-11-01lsp: complete support for `CodeActionKind`s to capabilities (#13180)Jesse1
2020-10-30lsp: Remove snippet lies (#13183)TJ DeVries1
2020-10-25lsp: only send buf requests to servers that support the request (#12764)francisco souza1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-18lsp: Add support for call hierarchies (#12556)cbarrete1
2020-06-11lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...Stephan Seitz1
2020-06-04lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy1
2020-05-28lua: simple snippet support in the completion items (#12118)Viktor Kojouharov1
2020-05-16LSP: Add textDocument/codeAction support (#11607)Jesse1
2020-05-14LSP: Add workspace.applyEdit client capabilities (#12313)Mathias Fußenegger1
2020-05-03lsp: fixup workspace symbol capabilities (#12233)Christian Clason1
2020-05-02lsp: add workspace/symbol (#12224)Christian Clason1
2020-05-02LSP: Support LocationLink (#12231)Christian Clason1
2020-03-01lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata1
2019-12-31gen_vimdoc.py: generate LSP docsJustin M. Keyes1
2019-11-21Fix position params for encoding.Ashkan Kiani1
2019-11-20Move everything to buf & default_callbacksAshkan Kiani1
2019-11-13lua LSP client: initial implementation (#11336)Ashkan Kiani1