summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/buf.lua
AgeCommit message (Expand)AuthorFiles
2022-09-23fix(lsp): use correct function name in deprecated message (#20308)Mike1
2022-09-08feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger1
2022-08-17docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter1
2022-07-28docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger1
2022-07-28feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger1
2022-07-25feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas1
2022-07-15refactor: use `local api = vim.api`ii141
2022-07-15refactor: use npcall from vim.Fii141
2022-07-15refactor(lsp): make the use of local aliases more consistentii141
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-06-15docs: fix typos (#18866)dundargoc1
2022-06-05fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger1
2022-06-01fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre1
2022-05-26feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger1
2022-05-25feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger1
2022-05-20fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre1
2022-05-18feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell1
2022-05-12fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre1
2022-05-11Merge pull request #18487 from clason/styluaChristian Clason1
2022-05-09docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-05-06fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger1
2022-05-05fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger1
2022-04-30feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger1
2022-04-30feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre1
2022-01-15fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg1
2022-01-13fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach1
2022-01-13fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach1
2022-01-08fix(lsp): only send valid params in executeCommand (#16987)Michael Lingelbach1
2022-01-04chore: fix typos (#16816)dundargoc1
2021-12-07feat(lsp): use `vim.ui.select` for selecting lsp client (#16531)Anshuman Medhi1
2021-11-30docs(lsp): do not use nvim_command for Vimscript examplesGregory Anders1
2021-11-30docs(lsp): add annotations for private functionsGregory Anders1
2021-11-26fix(lsp): require bufnr for apply_text_edits (#16444)Michael Lingelbach1
2021-11-22fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach1
2021-11-11fix(lsp): gracefully handle nil workspaceFolders (#16284)Michael Lingelbach1
2021-11-07feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen1
2021-11-01fix(lsp): pass the enriched ctx to the client-side command (#16201)Nghia Le Minh1
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach1
2021-10-31feat(ui): add `opt.kind` to `vim.ui.select` (#15838)Zachary Churchill1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger1
2021-09-27fix(lsp): avoid serializing boolean as key (#15810)Michael Lingelbach1
2021-09-26feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...Mathias Fußenegger1
2021-09-21fix(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger1
2021-09-08feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh1
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-07-18feat: aggregate code actions from all clients (#15121)Folke Lemaitre1