aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski2024-03-31
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)Jaehwang Jung2024-03-22
* fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda2024-03-17
* docs: small fixes (#27364)dundargoc2024-03-12
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano2024-03-07
* docs(lsp): nits and typos in client.luaMaria José Solano2024-03-06
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* fix(lsp): actually send diagnostic-tags back to the serverLewis Russell2024-03-06
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung2024-03-02
* fix(lsp): defer writing error msgs (#27688)Jaehwang Jung2024-03-02
* Merge pull request #27347 from lewis6991/fswatchLewis Russell2024-03-01
|\
| * feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
| * fix(lsp): cancel watchers when closing a clientLewis Russell2024-03-01
| * refactor(watch): general tidy upLewis Russell2024-03-01
* | docs: improve/add documentation of Lua typesLewis Russell2024-03-01
|/
* fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung2024-03-01
* fix(lsp): use plain loop for non-list-like table of protocol valuesChristian Clason2024-02-29
* fix(lsp): handle reverse lookup in capabilitiesMaria José Solano2024-02-28
* refactor(lsp): remove outdated commentMaria José Solano2024-02-28
* fix(lsp): correct the error message's cmd on spawning (#27632)notomo2024-02-28
* fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung2024-02-28
* feat(lsp): support completion itemDefaultsMaria José Solano2024-02-27
* refactor(lsp): alias for CompletionResultMaria José Solano2024-02-27
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)Gregory Anders2024-02-24
* fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung2024-02-24
* docs(lsp): mark `ClientConfig.init_options` as optionalChristian Clason2024-02-24
* refactor(lsp): remove redundant code (#27601)Jaehwang Jung2024-02-24
* fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano2024-02-21
* refactor(lsp): typings for protocol constantsMaria José Solano2024-02-19
* fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N2024-02-14
* refactor(lsp): resolve the config-client entanglementLewis Russell2024-02-13
* fix(lsp): re-add client.commands and mark privateLewis Russell2024-02-12
* fix(lsp): semantic token defer loadingLewis Russell2024-02-12
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell2024-02-11
|\
| * refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano2024-02-10
| * refactor(lsp): add shared diagnostic handlerMaria José Solano2024-02-10
| * refactor(lsp): add type annotationsMaria José Solano2024-02-10
* | feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano2024-02-08
|/
* fix(lsp): rename fails on missing parent directory #27291Tomasz N2024-02-08
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* refactor(lsp): tidy up loggingLewis Russell2024-02-08