aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* 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
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* lsp: Fix "client has shut down" errors during initializing (#13103)Mathias Fußenegger2020-10-22
* Merge #12468 'lsp: logging'Justin M. Keyes2020-09-01
|\
| * lsp: add key name to the output log valueHirokazu Hata2020-08-26
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
|/
* Add FIXMEsPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lsp: even if contents before change is 0 byte, request to serverHirokazu Hata2020-06-11
* lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy2020-06-04
* lua: vim.wait implementationTJ DeVries2020-05-30
* lsp: make the command error message more detailed (#11633)Hirokazu Hata2020-05-26
* lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre2020-04-29
* lsp: use vim.tbl_isempty to check sign (#12190)Hirokazu Hata2020-04-28
* LSP: don't redefine LspDiagnostics signs #12164jakbyte2020-04-26
* lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata2020-04-25
* Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse2020-03-16
|\
| * Use buffer version instead of changedtick for editsJesse Bakker2020-02-27