summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/buf.lua
AgeCommit message (Expand)AuthorFiles
2024-04-23refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger1
2024-04-20feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang1
2024-04-02refactor(lsp): move workspace folder logic into the clientLewis Russell1
2024-03-31fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski1
2024-03-09feat!: remove deprecated functionsdundargoc1
2024-03-06refactor(types): more fixes (2)Lewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-07refactor(lsp): move client code to a regular Lua classLewis Russell1
2023-12-30refactor: fix luals warningsdundargoc1
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-11-04fix(lsp): create per client params in lsp.buf.code_actionMathias Fussenegger1
2023-10-31fix(lsp): call `on_list()` even for single location (#25830)Evgeni Chasnovski1
2023-10-16docs: do not hardcode LSP version in URL #25648Maria José Solano1
2023-10-02feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-07docs(lsp): fix references to protocol.constants #24578Maria José Solano1
2023-08-05refactor(lsp): use protocol.Methods instead of strings #24570Raphael1
2023-08-03refactor(lsp): use protocol.Methods instead of strings #24537Raphael1
2023-07-25fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger1
2023-07-24fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger1
2023-07-12feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger1
2023-07-10fix(lint): lint warnings #24226Raphael1
2023-07-04fix(lsp): revert change to buf.clear_references() #24238Raphael1
2023-07-01fix(lsp): lint warnings, default offset_encoding #24046Raphael1
2023-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger1
2023-06-25fix(docs): vimdoc syntax errorsJustin M. Keyes1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal1
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-05-30fix(lsp): fix dynamic registration of code actions (#23826)Folke Lemaitre1
2023-05-28feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre1
2023-05-13refactor(lsp): mark server_ready function as deprecated (#23520)Raphael1
2023-04-13refactor: remove modelines from Lua filesGregory Anders1
2023-03-13fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk1
2023-03-12fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger1
2023-01-24fix(lsp): check method is supported when range formatting (#21970)Sean Dewar1
2023-01-21feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)kishii1
2023-01-20fix(lsp): fix `removed` param value in add_workspace_folder (#21915)Raphael1
2023-01-04docs(lua): adjust some type annotationsnotomo1
2022-12-09fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger1
2022-12-08refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)Raphael1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-10-09fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre1
2022-10-01refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1