summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2021-09-26feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...Mathias Fußenegger1
2021-09-26feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach1
2021-09-23fix(lsp): guard textDocument/codeAction command logic #15769Chris Kipp1
2021-09-22Merge pull request #14115 from mfussenegger/lsp-commandsMichael Lingelbach1
2021-09-21refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders1
2021-09-21feat(diagnostic): add option to include diagnostic sourceGregory Anders1
2021-09-21fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)Gregory Anders1
2021-09-21fix(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger1
2021-09-20feat(lsp): add a registry for client side code action commandsMathias Fussenegger1
2021-09-18feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th1
2021-09-17fix(diagnostic): remove check on nil return valueGregory Anders1
2021-09-17refactor(diagnostic): combine config() and set() callsGregory Anders1
2021-09-17fix(diagnostic): support severity_sortGregory Anders1
2021-09-17fix(diagnostic): correctly handle folder level diagnosticsGregory Anders1
2021-09-17fix(diagnostic): don't convert diagnostic table twiceChristian Clason1
2021-09-17fix(diagnostic): remove useless highlight links (#15683)Gregory Anders1
2021-09-16Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes3
2021-09-16fix(lint): remove unused parameters from deprecated functionsGregory Anders1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders3
2021-09-15feat(lsp): improve logging (#15636)Michael Lingelbach3
2021-09-14fix(lsp): correctly parse LSP snippets #15579hrsh7th2
2021-09-10docs #15625Justin M. Keyes1
2021-09-08feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh1
2021-09-07chore(lsp): fix formatting in vim.lsp.log (#15596)Michael Lingelbach1
2021-09-07feat(lsp): add warning message for large log sizeMichael Lingelbach1
2021-09-07feat(lsp): add lsp healthcheckMichael Lingelbach2
2021-09-06fix(lsp): adapt codelens resolve to handler signature change (#15578)Mathias Fußenegger1
2021-09-05fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez1
2021-09-05Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach4
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach4
2021-09-01docs(lsp): remove private lsp.diagnostic functions from docs (#15541)Mathias Fußenegger1
2021-09-01docs(lsp): document codelens.get bufnr parameter (#15540)Mathias Fußenegger1
2021-08-27feat(lsp): get_border_size(): support repeating border char list #15474zeertzjq1
2021-08-23fix(lsp): enable additional capabilities (#15470)Michael Lingelbach1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders8
2021-08-19feat(lsp): jump to diagnostics by position (#14795)Zi How Poh1
2021-08-10fix(lsp): properly handle `nil` lines when trimming empty lines (#15325)Andrea Cappuccio1
2021-08-09fix(lsp): floating popup should take offset_x into account when positioning (...Hans Pinckaers1
2021-08-09docs: Add some references to LSP specification (#15321)max3975741
2021-08-06fix(lsp): prevent duplicate lines seperated by newlines (#15284)Folke Lemaitre1
2021-08-03refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders2
2021-07-31fix(lsp): Include client name in handler error messages (#15227)Mathias Fußenegger1
2021-07-29feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders1
2021-07-26feat(lsp): make list handlers configurable (#15199)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-19feat(lsp): allow configuring zindex for floating windows (#15086)rayx1
2021-07-18feat: aggregate code actions from all clients (#15121)Folke Lemaitre1
2021-07-17doc(lsp): various small fixes (#15113)Ido Ariel2