aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* fix(lsp): fix handler signature, testsJustin M. Keyes2021-09-26
* feat(lsp): allow root_dir to be nil (#15430)Mathias Fußenegger2021-09-26
* lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132)sim2021-09-26
* fix(lsp): check if buffer is valid in changetracking (#15505)Jose Alvarez2021-09-26
* feat(lsp): improve logging (#15636)Michael Lingelbach2021-09-26
* feat(lsp)!: change handler signature #15504Michael Lingelbach2021-09-26
* backport: fix(lsp): resolve bufnr in buf_is_attached (#15523)Jose Alvarez2021-09-16
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* fix(lsp): check mode in omnifunc callbackJose Alvarez2021-06-01
* Increase default LSP sync timeout to 1000msKarim Abou Zeid2021-05-02
* Add client.request_sync docKarim Abou Zeid2021-05-02
* doc clarificationKarim Abou Zeid2021-05-02
* Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid2021-05-01
* Merge pull request #14429 from ckipp01/forceMichael Lingelbach2021-04-23
|\
| * Don't automatically force shutdown on second restart.ckipp012021-04-23
* | Revert "lsp: fix blocking in closing of clients"Michael Lingelbach2021-04-23
|/
* Merge pull request #14180 from oberblastmeister/lsp_exit_perfMichael Lingelbach2021-04-19
|\
| * lsp: fix blocking in closing of clientsBrian Shu2021-04-19
* | lsp: add lsp.buf_request_all for invoking asynchronous callbacksBrian Shu2021-04-15
* | lsp: Add a flag to debounce didChange notificationsMathias Fussenegger2021-04-13
* | Merge pull request #14264 from mjlbach/feature/handle_reloading_bufferMichael Lingelbach2021-04-01
|\ \
| * | lsp: add on_reload callback for buffer edits outside of neovimMichael Lingelbach2021-03-31
* | | Merge pull request #14262 from mjlbach/feature/lsp_did_save_autocommandMichael Lingelbach2021-04-01
|\ \ \
| * | | lsp: clear did_save handler autocommand on each attachMichael Lingelbach2021-03-31
| |/ /
* / / lsp: fix textDocument/workspaceSymbol -> workspace/symbolMichael Lingelbach2021-03-31
|/ /
* | lsp: use utf-8 when utf-16 not requestedMichael Lingelbach2021-03-30
* | lsp: Force re-display of diagnostics when opening a fileTJ DeVries2021-03-22
* | lsp: Use incremental sync by defaultMathias Fussenegger2021-03-11
* | lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* | lsp: get_language_id (#14092)TJ DeVries2021-03-10
* | lsp: fix endline such that it cannot point outside the buffer rangeMichael Lingelbach2021-03-10
* | lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* | lsp: don't invoke vim.notify on sigterm of language serverMichael Lingelbach2021-03-04
* | lsp: invoke vim.notify when client exits with code or signal other than 0Michael Lingelbach2021-03-04
* | lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* | lsp: client stop cleanups (#13877)Michael Lingelbach2021-02-19
|/
* lsp: match textDocument/didChange eol behavior (#13792)Michael Lingelbach2021-01-25
* lsp: clear diagnostics on client shutdown (#13788)Michael Lingelbach2021-01-23
* lsp: remove duplicate settings validation (#13789)Michael Lingelbach2021-01-18
* lsp: validate and document server settings (#13698)Michael Lingelbach2021-01-18
* LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger2021-01-18
* LSP: Add in clientInfo to initalize_params. (#13757)Chris Kipp2021-01-18
* lsp: fix on_attach signature documentation (#13723)Michael Lingelbach2021-01-12
* lsp: add $/progress report (#13294)Matthieu Coudron2020-12-20
* lsp: Fix text payload in didSave notification (#13363)Mathias Fußenegger2020-12-20
* feat: Allow incremental sync & lsp flags (#13371)TJ DeVries2020-12-08
* lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs2020-12-03
* LSP: Feature/add workspace folders (#12638)Michael Lingelbach2020-11-25
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lsp: fix fallback for callback in method_unsupportedfrancisco souza2020-10-25