aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/buf.lua
Commit message (Expand)AuthorAge
...
* fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre2022-06-01
* feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger2022-05-26
* feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25
* fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre2022-05-20
* feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* Merge pull request #18487 from clason/styluaChristian Clason2022-05-11
|\
| * chore: format runtime with styluaChristian Clason2022-05-09
* | docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
|/
* fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger2022-05-06
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg2022-01-15
* 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
* fix(lsp): only send valid params in executeCommand (#16987)Michael Lingelbach2022-01-08
* chore: fix typos (#16816)dundargoc2022-01-04
* feat(lsp): use `vim.ui.select` for selecting lsp client (#16531)Anshuman Medhi2021-12-07
* docs(lsp): do not use nvim_command for Vimscript examplesGregory Anders2021-11-30
* docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* fix(lsp): require bufnr for apply_text_edits (#16444)Michael Lingelbach2021-11-26
* fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach2021-11-22
* fix(lsp): gracefully handle nil workspaceFolders (#16284)Michael Lingelbach2021-11-11
* feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen2021-11-07
* fix(lsp): pass the enriched ctx to the client-side command (#16201)Nghia Le Minh2021-11-01
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* feat(ui): add `opt.kind` to `vim.ui.select` (#15838)Zachary Churchill2021-10-31
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* fix(lsp): avoid serializing boolean as key (#15810)Michael Lingelbach2021-09-27
* feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...Mathias Fußenegger2021-09-26
* fix(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger2021-09-21
* feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh2021-09-08
* feat(lsp)!: change handler signatureMichael Lingelbach2021-09-05
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat: aggregate code actions from all clients (#15121)Folke Lemaitre2021-07-18
* fix(lsp): avoid ipairs on non-sequential tables (#15059)Michael Lingelbach2021-07-11
* fix(lsp): Set `dir` completion option for add_workspace_folderMathias Fussenegger2021-06-25
* fix(lsp): add bufnr to formatting requestsLukas Reineke2021-06-15
* docs(lsp): annotate call_hierarchy function as privatecbarrete2021-06-14
* lsp: handle unsupported call hierarchy callCédric Barreteau2021-05-19
* Synchronous formatting methods notify the user on timeout and interruptedKarim Abou Zeid2021-05-02
* Support multiple range formatting clientsKarim Abou Zeid2021-05-02
* Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid2021-05-01
* [LSP] Add in more docs for highlight groups with document_highlight() (#13614)Chris Kipp2021-02-24
* doc: Add missing parameter end_pos for range_formatting (#13481)Olivier Roques2020-12-09
* feat: Allow incremental sync & lsp flags (#13371)TJ DeVries2020-12-08
* LSP: Feature/add workspace folders (#12638)Michael Lingelbach2020-11-25