aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* docs: support @since for api level #25574LW2023-11-27
* refactor(lsp): add type annotations to _watchfiles (#26109)Mathias Fußenegger2023-11-20
* fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)Chris Simon2023-11-13
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(lsp): create per client params in lsp.buf.code_actionMathias Fussenegger2023-11-04
* fix(lsp): call `on_list()` even for single location (#25830)Evgeni Chasnovski2023-10-31
* fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti2023-10-26
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23
* refactor(lsp): deprecate completion util methodsMathias Fussenegger2023-10-21
* refactor(lsp): move completion logic into _completion moduleMathias Fussenegger2023-10-21
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705)Jorge Mederos2023-10-21
* fix(lsp): highlight active parameter in signature help #25663Maria José Solano2023-10-16
* docs: do not hardcode LSP version in URL #25648Maria José Solano2023-10-16
* refactor(lsp): fix luals warnings in tagfunc and add type annotations (#25150)Mathias Fußenegger2023-10-14
* refactor(lsp): make is_pull in lsp.diagnostic.get_namespace optional (#25156)Mathias Fußenegger2023-10-14
* fix(lsp): refactor escaping snippet text (#25611)Maria José Solano2023-10-14
* fix(lsp): handle NUL bytes in popup text (#25612)zeertzjq2023-10-12
* fix(lsp): account for border height in max floating popup height (#25539)LW2023-10-08
* feat(lsp)!: replace snippet parser by lpeg grammarMaria José Solano2023-10-02
* feat(lsp): snippet parsing using lpegMaria José Solano2023-10-02
* feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger2023-10-02
* refactor(lsp): deprecate util methods (#25400)Maria José Solano2023-09-29
* feat(health): list attached buffers in LSP report #23561Bogdan Grigoruță2023-09-24
* fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko2023-09-21
* fix(lsp): clear codelens on LspDetach (#24903)Jaehwang Jung2023-09-21
* fix(lsp)!: deprecate trim_empty_linesMaria José Solano2023-09-19
* feat(lsp): use treesitter for stylize markdownMaria José Solano2023-09-19
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2023-09-11
* feat(lsp): improve control over placement of floating windows (#24494)Grace Petryk2023-09-10
* feat(lsp): add original LSP Location as item's user_data in locations_to_item...Tom Praschan2023-09-07
* refactor(vim.system): factor out on_exit handlingLewis Russell2023-09-05
* fix(lsp): wrong iterator in registerCapability handler (#24971)TheBlob422023-09-01
* fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2023-08-31
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(lsp): fix references to protocol.constants #24578Maria José Solano2023-08-07
* refactor(lsp): use protocol.Methods instead of strings #24570Raphael2023-08-05
* fix(lsp): do not assume client capability exists in watchfiles check (#24550)Sean Dewar2023-08-04
* refactor(lsp): use protocol.Methods instead of strings #24537Raphael2023-08-03
* fix(gen_lsp.lua): no notifications in lsp.Methods #24530Raphael2023-08-03
* feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2023-08-01
* feat(gen_lsp.lua): protocol.Methods #24504mathew2023-08-01
* fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2023-08-01
* fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger2023-07-25
* fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse2023-07-25
* fix(lsp): E403 if doc contains multiple codeblocks #24458Raphael2023-07-25
* fix(lsp): replace @private with @nodoc for public client functions (#24415)Mathias Fußenegger2023-07-24
* fix(lsp): announce publishDiagnostics.dataSupport (#24442)Bruce Weirdan2023-07-24
* fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg2023-07-24