aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp.txt
Commit message (Expand)AuthorAge
* 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
* Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach2021-09-05
|\
| * docs: regenerateMichael Lingelbach2021-09-05
| * feat(lsp)!: change handler signatureMichael Lingelbach2021-09-05
* | docs(lsp): remove private lsp.diagnostic functions from docs (#15541)Mathias Fußenegger2021-09-01
* | docs(lsp): document codelens.get bufnr parameter (#15540)Mathias Fußenegger2021-09-01
* | docs: regeneratemarvim2021-08-29
|/
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* docs: regenerate (#15431)github-actions[bot]2021-08-19
* docs(lsp): prevent internal comments from showing as vim.lsp.init docsMathias Fussenegger2021-08-16
* docs: regenerate (#15324)github-actions[bot]2021-08-09
* refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders2021-08-03
* feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders2021-07-29
* docs: regeneratemarvim2021-07-26
* feat(lsp): make list handlers configurable (#15199)Gregory Anders2021-07-26
* lsp: add vim.lsp.diagnostic.set_qflist() function (#14831)Marc Jakobi2021-07-22
* docs: regeneratemarvim2021-07-19
* doc(lsp): various small fixes (#15113)Ido Ariel2021-07-17
* fix(lsp): Add separator between codelens in virttext (#15049)Mathias Fußenegger2021-07-10
* docs: regeneratemarvim2021-07-09
* docs: regeneratemarvim2021-07-08
* feat(lsp): highlight active parameter in signature help (#15018)Folke Lemaitre2021-07-07
* fix(doc): remove reference to vim.lsp.callbacks (#14576)Matthieu Coudron2021-06-28
* Add hl group docs for codelensesckipp012021-06-20
* docs(lsp): Clarify opts for show_line_diagnostics()Shadman2021-06-15
* docs: regeneratemarvim2021-06-15
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger2021-06-07
* docs: regeneratemarvim2021-06-06
* docs: regeneratemarvim2021-06-02
* docs(lsp): Fix opts param not captured by docgenshadmansaleh2021-06-01
* fix(docs): delete duplicate tagsMichael Lingelbach2021-05-31
* docs: regenerateKarim Abou Zeid2021-05-31
* doc : fixing missing @return in nvim_open_term docMichael Bleuez2021-04-24
* docs: add priority option in buf_set_extmarkThomas Vigouroux2021-04-07
* lsp: set syntax instead of filetype for preview location highlightingMichael Lingelbach2021-03-19
* lsp: Use incremental sync by defaultMathias Fussenegger2021-03-11
* Update lsp, lua and api docs (gen_vimdoc.py)Mathias Fussenegger2021-03-11
* lsp: get_language_id (#14092)TJ DeVries2021-03-10
* lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* Update lsp and api docs with gen_vimdoc changesMathias Fussenegger2021-02-24
* [LSP] Add in more docs for highlight groups with document_highlight() (#13614)Chris Kipp2021-02-24
* lsp: clear diagnostics on client shutdown (#13788)Michael Lingelbach2021-01-23
* lsp: validate and document server settings (#13698)Michael Lingelbach2021-01-18
* lsp: fix on_attach signature documentation (#13723)Michael Lingelbach2021-01-12