aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp.txt
Commit message (Expand)AuthorAge
* 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
* lsp: remove references to LspInstall (#13738)Michael Lingelbach2021-01-12
* lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries2021-01-12
* fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries2021-01-11
* LSP: fix messageRequest to not return nested title (#13674)Michael Lingelbach2021-01-03
* LSP: Move workspace/configuration handler from nvim-lspconfig to coreMichael Lingelbach2021-01-01
* doc: Fix some spelling errors (#13636)Timmy Xiao2020-12-30
* doc: Fix vim.lsp.diagnostic.get_next (#13495)Mitchell Hanberg2020-12-20
* doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming2020-12-09
* 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: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger2020-12-03