summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/fixtures/fake-lsp-server.lua
AgeCommit message (Expand)AuthorFiles
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq1
2026-02-15fix(lsp): support workspace/configuation with no section #27510Tim Pope1
2025-11-16feat(lsp): skip invalid header lines #36402tao1
2025-08-03fix(lsp): decode 'null' in server responses as vim.NIL #34849skewb1k1
2025-03-06feat(lsp): support for resolving code action command (#32704)Maria José Solano1
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders1
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger1
2024-04-05feat(lsp): set workDoneToken in initialize request (#28182)Mathias Fußenegger1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-03-25Revert "refactor(lsp): simplify client tracking"Lewis Russell1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-09-21fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger1
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-03-11fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger1
2023-03-11revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger1
2023-03-09feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz1
2023-03-01fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger1
2023-01-31fix(tests): use -l mode for lsp testsbfredl1
2022-08-01fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger1
2022-06-05fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger1
2022-06-03feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger1
2022-05-12fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre1
2022-05-05fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger1
2022-05-05fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman1
2022-04-30fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger1
2022-04-30feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre1
2022-04-15fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre1
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach1
2021-10-29feat(lsp): track pending+cancel requests on client object #15949jdrouhard1
2021-10-08fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach1
2021-10-08fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger1
2021-09-26feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach1
2021-09-08feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh1
2021-06-24fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo1
2021-03-10lsp: Resolve codeLense server capabilities (#14056)Josa Gesell1
2021-03-09lsp: add incremental text synchronizationMichael Lingelbach1
2021-02-23lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron1
2021-01-01LSP: add test for workspace/configuration handlerMichael Lingelbach1
2020-10-25lsp: only send buf requests to servers that support the request (#12764)francisco souza1
2020-02-16test/LSP: assert contents of log fileJustin M. Keyes1
2020-02-16lsp/rpc.lua: fix `env` application functionJustin M. Keyes1