aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/handlers.lua
Commit message (Expand)AuthorAge
...
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(lint): lint warnings #24226Raphael2023-07-10
* fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2023-07-05
* fix(gx): visual selection, expand env varsJustin M. Keyes2023-07-04
* feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow2023-07-04
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger2023-06-09
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter2023-03-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* fix(lsp): assert workspace/applyEdit receives params (#21945)Mathias Fußenegger2023-01-22
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* feat(lsp): support set title in lsp relate floatwindow (#21110)Raphael2022-11-21
* fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)Grzegorz Rozdzialik2022-11-19
* feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger2022-11-19
* fix(lsp/window_showDocument): correctly handle external resources #20867lvimuser2022-10-30
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* fix(lsp): prevent unexpected position jumps (#19370)rhcher2022-08-03
* feat(lsp): provide feedback if server can't compute rename result (#19546)Mathias Fußenegger2022-07-27
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* refactor: use `local api = vim.api`ii142022-07-15
* refactor(lsp): make the use of local aliases more consistentii142022-07-15
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(lsp): include cancellable in progress message table (#18809)Chris Kipp2022-05-31
* feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(handlers): more specific error messages (#16772)kylo2522022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): show feedback on empty hover response (#18308)Mathias Fußenegger2022-04-29
* fix(lsp): unify progress message handling (#18040)runiq2022-04-20
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* fix(lsp): use botright copen for all handlers (#17471)Michael Lingelbach2022-02-20
* feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach2022-01-21
* fix(lsp): fetch offset_encoding from client in references (#17104)Michael Lingelbach2022-01-15
* feat(lsp): dynamically generate list title in response_to_list (#17081)Gregory Anders2022-01-14
* fix(lsp): forward offset_encoding in rename handler (#17079)Michael Lingelbach2022-01-13
* fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach2022-01-13
* fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach2022-01-13