aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp.txt
Commit message (Expand)AuthorAge
* docs: fix typos (#18269)dundargoc2022-06-04
* feat(lsp): add a start function (#18631)Mathias Fußenegger2022-06-03
* 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
* feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders2022-05-18
* feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* build(lua2dox): add parenthesis around parameter types in documentation (#18532)dundargoc2022-05-12
* docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* docs: change wrap_at type to number (#18456)Noval Maulana2022-05-07
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* 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
* docs(lsp): remove outdated offset_encoding default value for apply_text_editsAndrea Cappuccio2022-03-30
* docs: regenerate [skip ci]marvim2022-03-20
* fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope2022-03-20
* docs: remove extra whitespacesDaiki Mizukami2022-03-14
* chore: fix typos (#17331)dundargoc2022-03-10
* docs: regenerate [skip ci]marvim2022-02-13
* docs: regenerate [skip ci]marvim2022-01-17
* feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach2022-01-05
* chore: fix typos (#16506)dundargoc2021-12-28
* docs: regenerate (#16742)github-actions[bot]2021-12-23
* docs: regenerate (#16468)github-actions[bot]2021-12-15
* fix(ui): close floating window on BufLeave event (#16557)ii142021-12-15
* docs(lsp): fix resolve_capabilities docstring (#16577)Gregory Anders2021-12-08
* Merge pull request #16460 from dundargoc/chore/typosBjörn Linse2021-11-30
|\
| * docs(lsp): do not use nvim_command for Vimscript examplesGregory Anders2021-11-30
| * docs(lsp): do not use | as argument separatorGregory Anders2021-11-30
| * docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* | feat(lsp): add 'focus' option to open_floating_preview (#16465)Gregory Anders2021-11-29
|/
* docs: regenerate (#16390)github-actions[bot]2021-11-27
* chore: fix typos (#16361)dundargoc2021-11-27
* perf(lsp)!: use faster line retrieval for utf-16 to byte idx conversion (#16360)Mathias Fußenegger2021-11-24
* chore(lsp): clean up initialization process (#16369)Michael Lingelbach2021-11-21
* docs: regeneratemarvim2021-11-18
* feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen2021-11-07
* docs(lsp): correct usage examples of formatexpr (#16216)Michael Lingelbach2021-11-02
* feat(lsp): add formatexpr (#16186)Michael Lingelbach2021-10-31
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
* docs: regenerate (#15986)github-actions[bot]2021-10-19
* docs: regenerate #15545github-actions[bot]2021-10-05
* feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...Mathias Fußenegger2021-09-26
* feat(lsp): include original request params in handler ctxMathias Fussenegger2021-09-20
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15