aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/diagnostic.lua
Commit message (Expand)AuthorAge
* 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
* feat(lsp): extend diagnostic.set_loclistViktor Kojouharov2021-06-06
* Merge pull request #14730 from mjlbach/feature/open_loclist_on_winMichael Lingelbach2021-06-05
|\
| * fix(lsp): set_loclist should target current winMichael Lingelbach2021-06-05
* | feat(lsp): remove line from diagnostic quickfixMichael Lingelbach2021-06-05
|/
* refactor(lsp): consolidate the different floating window methods into open_fl...Folke Lemaitre2021-05-29
* lsp: check if config is nilMarco Hinz2021-04-23
* lsp: sort diagnostics by severity (#14372)Marco Hinz2021-04-23
* lsp: fix off-by-one in line diagnostic highlightingMarco Hinz2021-04-14
* feat(lsp): make hover/signature_help borders configurableelianiva2021-04-06
* lsp: Unopened buffers return 0 for line count, which leads to broken positionsTJ DeVries2021-03-22
* lsp: fix diagnostic reported on terminating EOL characterMichael Lingelbach2021-03-02
* lsp: client stop cleanups (#13877)Michael Lingelbach2021-02-19
* lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries2021-01-12
* lsp: Fire LspDiagnosticsChanged before returning (#13483)Josh French2020-12-23
* lsp: Add <nomodeline> to doautocmd calls (#13576)Nils2020-12-21
* doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming2020-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
* lsp: Expose all diagnostics (#13285)Mathias Fußenegger2020-11-14
* doc: fixup sign information (#13281)TJ DeVries2020-11-13
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12