summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp.lua
AgeCommit message (Expand)AuthorFiles
2021-05-02Increase default LSP sync timeout to 1000msKarim Abou Zeid1
2021-05-02Add client.request_sync docKarim Abou Zeid1
2021-05-02doc clarificationKarim Abou Zeid1
2021-05-01Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid1
2021-04-23Merge pull request #14429 from ckipp01/forceMichael Lingelbach1
2021-04-23Revert "lsp: fix blocking in closing of clients"Michael Lingelbach1
2021-04-23Don't automatically force shutdown on second restart.ckipp011
2021-04-19Merge pull request #14180 from oberblastmeister/lsp_exit_perfMichael Lingelbach1
2021-04-19lsp: fix blocking in closing of clientsBrian Shu1
2021-04-15lsp: add lsp.buf_request_all for invoking asynchronous callbacksBrian Shu1
2021-04-13lsp: Add a flag to debounce didChange notificationsMathias Fussenegger1
2021-04-01Merge pull request #14264 from mjlbach/feature/handle_reloading_bufferMichael Lingelbach1
2021-04-01Merge pull request #14262 from mjlbach/feature/lsp_did_save_autocommandMichael Lingelbach1
2021-03-31lsp: fix textDocument/workspaceSymbol -> workspace/symbolMichael Lingelbach1
2021-03-31lsp: add on_reload callback for buffer edits outside of neovimMichael Lingelbach1
2021-03-31lsp: clear did_save handler autocommand on each attachMichael Lingelbach1
2021-03-30lsp: use utf-8 when utf-16 not requestedMichael Lingelbach1
2021-03-22lsp: Force re-display of diagnostics when opening a fileTJ DeVries1
2021-03-11lsp: Use incremental sync by defaultMathias Fussenegger1
2021-03-10lsp: Resolve codeLense server capabilities (#14056)Josa Gesell1
2021-03-10lsp: get_language_id (#14092)TJ DeVries1
2021-03-10lsp: fix endline such that it cannot point outside the buffer rangeMichael Lingelbach1
2021-03-09lsp: add incremental text synchronizationMichael Lingelbach1
2021-03-04lsp: don't invoke vim.notify on sigterm of language serverMichael Lingelbach1
2021-03-04lsp: invoke vim.notify when client exits with code or signal other than 0Michael Lingelbach1
2021-02-23lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron1
2021-02-19lsp: client stop cleanups (#13877)Michael Lingelbach1
2021-01-25lsp: match textDocument/didChange eol behavior (#13792)Michael Lingelbach1
2021-01-23lsp: clear diagnostics on client shutdown (#13788)Michael Lingelbach1
2021-01-18lsp: remove duplicate settings validation (#13789)Michael Lingelbach1
2021-01-18lsp: validate and document server settings (#13698)Michael Lingelbach1
2021-01-18LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger1
2021-01-18LSP: Add in clientInfo to initalize_params. (#13757)Chris Kipp1
2021-01-12lsp: fix on_attach signature documentation (#13723)Michael Lingelbach1
2020-12-20lsp: add $/progress report (#13294)Matthieu Coudron1
2020-12-20lsp: Fix text payload in didSave notification (#13363)Mathias Fußenegger1
2020-12-08feat: Allow incremental sync & lsp flags (#13371)TJ DeVries1
2020-12-03lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs1
2020-11-25LSP: Feature/add workspace folders (#12638)Michael Lingelbach1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-10-25lsp: fix fallback for callback in method_unsupportedfrancisco souza1
2020-10-25lsp: only send buf requests to servers that support the request (#12764)francisco souza1
2020-10-22lsp: Fix "client has shut down" errors during initializing (#13103)Mathias Fußenegger1
2020-09-01Merge #12468 'lsp: logging'Justin M. Keyes1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-26lsp: add key name to the output log valueHirokazu Hata1
2020-08-23Add FIXMEsPatrice Peterson1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-18lsp: Add support for call hierarchies (#12556)cbarrete1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1