aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/diagnostic.lua
Commit message (Expand)AuthorAge
* refactor: remove functions marked for deprecation in 0.8 (#19299)Gregory Anders2022-07-09
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* chore: format runtime with styluaChristian Clason2022-05-09
* feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
* feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* refactor(diagnostic): add warning to deprecated functions (#16536)dundargoc2021-12-08
* refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders2021-12-07
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* chore: fix typos (#16361)dundargoc2021-11-27
* feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders2021-11-25
* fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
* fix(diagnostic): handle an unknown or missing client (#16242)Gregory Anders2021-11-05
* refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* fix(lsp): adjust legacy show diagnostic functions to use correct scope (#16106)Mathias Fußenegger2021-10-20
* refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders2021-10-19
* fix(lsp): persist diagnostic config for clientsGregory Anders2021-10-18
* refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders2021-09-21
* feat(diagnostic): add option to include diagnostic sourceGregory Anders2021-09-21
* fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)masterGregory Anders2021-09-21
* fix(diagnostic): remove check on nil return valueGregory Anders2021-09-17
* refactor(diagnostic): combine config() and set() callsGregory Anders2021-09-17
* fix(diagnostic): support severity_sortGregory Anders2021-09-17
* fix(diagnostic): correctly handle folder level diagnosticsGregory Anders2021-09-17
* fix(diagnostic): don't convert diagnostic table twiceChristian Clason2021-09-17
* fix(diagnostic): remove useless highlight links (#15683)Gregory Anders2021-09-17
* fix(lint): remove unused parameters from deprecated functionsGregory Anders2021-09-16
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* docs #15625Justin M. Keyes2021-09-10
* Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael 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: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(lsp): jump to diagnostics by position (#14795)Zi How Poh2021-08-19
* 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
* lsp: add vim.lsp.diagnostic.set_qflist() function (#14831)Marc Jakobi2021-07-22
* fix(lsp): allow diagnostic.clear to accept nil bufnr (#15137)Gregory Anders2021-07-19
* feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders2021-07-19
* feat(lsp): Make line diagnostics display prettierMathias Fussenegger2021-07-09
* fix(lsp): restore diagnostics extmarks that were moved to the last edit line ...Folke Lemaitre2021-07-08
* fix(lsp): restore diagnostics extmarks on buffer changes (#15011)Folke Lemaitre2021-07-07
* fix(lsp): fix severity_limit logic in set_loclistSteven Arcangeli2021-06-19
* docs(lsp): Clarify opts for show_line_diagnostics()Shadman2021-06-15
* fix(lsp): fix on_detach in lsp.diagnostic Jaehwang Jerry Jung2021-06-14
* fix(lsp): guard against negative diagnostic line numbersOliver Marriott2021-06-13
* fix(lsp): cap diagnostic end range to buf lengthMichael Lingelbach2021-06-10
* feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger2021-06-07