aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp
Commit message (Expand)AuthorAge
* feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
* test(lsp): add a screen:expect() between insert() and feed_command() (#21577)zeertzjq2022-12-29
* fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla2022-12-19
* feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
* perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard2022-12-12
* fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2022-12-10
* fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2022-12-08
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* fix(lsp): small bugs in snippet-parser #18998L3MON4D32022-06-29
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach2022-03-06
* fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach2022-03-05
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav2021-12-17
* fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach2021-11-18
* fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach2021-11-15
* fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2021-11-09
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* feat(lsp): add client command support to codelens (#15820)Mathias Fußenegger2021-09-28
* fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)masterGregory Anders2021-09-21
* fix(diagnostic): remove useless highlight links (#15683)Gregory Anders2021-09-17
* fix(lint): remove unused function from diagnostic specGregory Anders2021-09-16
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* fix(lsp): correctly parse LSP snippets #15579hrsh7th2021-09-14
* feat(lsp)!: change handler signatureMichael Lingelbach2021-09-05
* feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders2021-07-19
* test(lsp): file URIs do not allow relative pathsAlessandro Pezzoni2021-07-10
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger2021-06-07
* lsp: client stop cleanups (#13877)Michael Lingelbach2021-02-19
* lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries2021-01-12
* lsp: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger2020-12-03
* lsp: Expose all diagnostics (#13285)Mathias Fußenegger2020-11-14
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* test: just say no to hyper-granularityJustin M. Keyes2020-01-08
* LSP: eliminate lsp.stop_all_clients()Justin M. Keyes2019-12-31
* Revert "runtime: Add vim.lsp.get_client_by_name" #11623Ashkan Kiani2019-12-29
* runtime: Add vim.lsp.get_client_by_name (#11603)Hirokazu Hata2019-12-28
* LSP: Fix flaky test #11618Ashkan Kiani2019-12-27
* lualintAshkan Kiani2019-11-21
* UpdatesAshkan Kiani2019-11-21
* lsp: transmit "\n" after last line when 'eol' is setBjörn Linse2019-11-21
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13