aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/fake-lsp-server.lua
Commit message (Expand)AuthorAge
* fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko2023-09-21
* feat(lsp): map K to hover by default #24331Mathias Fußenegger2023-07-14
* refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger2023-06-20
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger2023-03-11
* revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2023-03-11
* feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz2023-03-09
* fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger2023-03-01
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach2021-10-08
* fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav2021-10-08
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach2021-09-26
* feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh2021-09-08
* fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo2021-06-24
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* LSP: add test for workspace/configuration handlerMichael Lingelbach2021-01-01
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
* lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* LSP: fix validate_client_configJustin M. Keyes2020-02-16