summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/diagnostic.lua
AgeCommit message (Expand)AuthorFiles
2021-09-16fix(lint): remove unused parameters from deprecated functionsGregory Anders1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-10docs #15625Justin M. Keyes1
2021-09-05Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach1
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach1
2021-09-01docs(lsp): remove private lsp.diagnostic functions from docs (#15541)Mathias Fußenegger1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-08-19feat(lsp): jump to diagnostics by position (#14795)Zi How Poh1
2021-08-03refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders1
2021-07-29feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders1
2021-07-22lsp: add vim.lsp.diagnostic.set_qflist() function (#14831)Marc Jakobi1
2021-07-19fix(lsp): allow diagnostic.clear to accept nil bufnr (#15137)Gregory Anders1
2021-07-19feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders1
2021-07-09feat(lsp): Make line diagnostics display prettierMathias Fussenegger1
2021-07-08fix(lsp): restore diagnostics extmarks that were moved to the last edit line ...Folke Lemaitre1
2021-07-07fix(lsp): restore diagnostics extmarks on buffer changes (#15011)Folke Lemaitre1
2021-06-19fix(lsp): fix severity_limit logic in set_loclistSteven Arcangeli1
2021-06-15docs(lsp): Clarify opts for show_line_diagnostics()Shadman1
2021-06-14fix(lsp): fix on_detach in lsp.diagnostic Jaehwang Jerry Jung1
2021-06-13fix(lsp): guard against negative diagnostic line numbersOliver Marriott1
2021-06-10fix(lsp): cap diagnostic end range to buf lengthMichael Lingelbach1
2021-06-07feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger1
2021-06-06feat(lsp): extend diagnostic.set_loclistViktor Kojouharov1
2021-06-05Merge pull request #14730 from mjlbach/feature/open_loclist_on_winMichael Lingelbach1
2021-06-05fix(lsp): set_loclist should target current winMichael Lingelbach1
2021-06-05feat(lsp): remove line from diagnostic quickfixMichael Lingelbach1
2021-05-29refactor(lsp): consolidate the different floating window methods into open_fl...Folke Lemaitre1
2021-04-23lsp: check if config is nilMarco Hinz1
2021-04-23lsp: sort diagnostics by severity (#14372)Marco Hinz1
2021-04-14lsp: fix off-by-one in line diagnostic highlightingMarco Hinz1
2021-04-06feat(lsp): make hover/signature_help borders configurableelianiva1
2021-03-22lsp: Unopened buffers return 0 for line count, which leads to broken positionsTJ DeVries1
2021-03-02lsp: fix diagnostic reported on terminating EOL characterMichael Lingelbach1
2021-02-19lsp: client stop cleanups (#13877)Michael Lingelbach1
2021-01-12lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries1
2020-12-23lsp: Fire LspDiagnosticsChanged before returning (#13483)Josh French1
2020-12-21lsp: Add <nomodeline> to doautocmd calls (#13576)Nils1
2020-12-09doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming1
2020-12-08feat: Allow incremental sync & lsp flags (#13371)TJ DeVries1
2020-12-03lsp: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger1
2020-11-14lsp: Expose all diagnostics (#13285)Mathias Fußenegger1
2020-11-13doc: fixup sign information (#13281)TJ DeVries1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1