aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp.txt
Commit message (Expand)AuthorAge
* lsp: clear diagnostics on client shutdown (#13788)Michael Lingelbach2021-01-23
* lsp: validate and document server settings (#13698)Michael Lingelbach2021-01-18
* lsp: fix on_attach signature documentation (#13723)Michael Lingelbach2021-01-12
* lsp: remove references to LspInstall (#13738)Michael Lingelbach2021-01-12
* lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries2021-01-12
* fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries2021-01-11
* LSP: fix messageRequest to not return nested title (#13674)Michael Lingelbach2021-01-03
* LSP: Move workspace/configuration handler from nvim-lspconfig to coreMichael Lingelbach2021-01-01
* doc: Fix some spelling errors (#13636)Timmy Xiao2020-12-30
* doc: Fix vim.lsp.diagnostic.get_next (#13495)Mitchell Hanberg2020-12-20
* doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming2020-12-09
* doc: Add missing parameter end_pos for range_formatting (#13481)Olivier Roques2020-12-09
* feat: Allow incremental sync & lsp flags (#13371)TJ DeVries2020-12-08
* lsp: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger2020-12-03
* doc: fix lsp statusline examle (#13286)Damien Rajon2020-11-29
* LSP: Feature/add workspace folders (#12638)Michael Lingelbach2020-11-25
* docs: Follow conventionsrockerBOO2020-11-16
* docs: Update nvim_lsp to lspconfigrockerBOO2020-11-16
* lsp: Expose all diagnostics (#13285)Mathias Fußenegger2020-11-14
* doc: fixup sign information (#13281)TJ DeVries2020-11-13
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lsp: Fix "client has shut down" errors during initializing (#13103)Mathias Fußenegger2020-10-22
* docs: update apiBjörn Linse2020-10-20
* docs: Add hint for :help vim.lsp.buf for new users (#12886)Dave Lage2020-09-12
* docs: Use nvim-lspconfig plugin in lsp docs (#12885)Dave Lage2020-09-12
* docs: update (#12860)TJ DeVries2020-09-06
* docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete2020-07-19
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lsp: Add sync variant of LSP formattingDavid Lukes2020-06-22
* lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza2020-06-18
* Fix highlight group names in LSP documentation (#12427)Kevin Fleming2020-06-14
* lua: add vim.highlight.range (#12401)Christian Clason2020-05-31
* lsp: add preview_location util function (#12368)Christian Clason2020-05-26
* LSP: Add textDocument/codeAction support (#11607)Jesse2020-05-16
* lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre2020-04-29
* LSP: don't redefine LspDiagnostics signs #12164jakbyte2020-04-26
* LSP: remove obsolete "peek definition" code #12178Thore Weilbier2020-04-25
* LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger2020-04-25
* doc: fix vim.lsp.stop_all_clients doc (#12055)Hirokazu Hata2020-04-21
* lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
* LSP: implement documentHighlight (#11638)Alvaro Muñoz2020-02-26
* doc/lsp: start_client config cmd must be a list (#11866)Mathias Fußenegger2020-02-13
* doc [ci skip] #11656Justin M. Keyes2020-01-12
* LSP: highlight groups test, docJustin M. Keyes2020-01-08