aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/buf.lua
Commit message (Expand)AuthorAge
* 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
* docs: do not hardcode LSP version in URL #25648Maria José Solano2023-10-16
* feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger2023-10-02
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* docs(lsp): fix references to protocol.constants #24578Maria José Solano2023-08-07
* refactor(lsp): use protocol.Methods instead of strings #24570Raphael2023-08-05
* refactor(lsp): use protocol.Methods instead of strings #24537Raphael2023-08-03
* fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger2023-07-25
* fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg2023-07-24
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger2023-07-17
* feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger2023-07-12
* fix(lint): lint warnings #24226Raphael2023-07-10
* fix(lsp): revert change to buf.clear_references() #24238Raphael2023-07-04
* fix(lsp): lint warnings, default offset_encoding #24046Raphael2023-07-01
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger2023-06-20
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* fix(lsp): fix dynamic registration of code actions (#23826)Folke Lemaitre2023-05-30
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
* refactor(lsp): mark server_ready function as deprecated (#23520)Raphael2023-05-13
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk2023-03-13
* fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger2023-03-12
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)kishii2023-01-21
* fix(lsp): fix `removed` param value in add_workspace_folder (#21915)Raphael2023-01-20
* docs(lua): adjust some type annotationsnotomo2023-01-04
* fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger2022-12-09
* refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)Raphael2022-12-08
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger2022-10-01
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* fix(lsp): use correct function name in deprecated message (#20308)Mike2022-09-23
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter2022-08-17
* docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger2022-07-28
* feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger2022-07-28
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* refactor: use `local api = vim.api`ii142022-07-15
* refactor: use npcall from vim.Fii142022-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
* docs: fix typos (#18866)dundargoc2022-06-15
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05