aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp
Commit message (Expand)AuthorAge
* fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2023-08-31
* feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders2023-08-15
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* fix(lsp): markdown code fence should allow space before info string #24364Mike2023-07-16
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger2023-06-22
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn2023-06-05
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test(lsp): fix unstable tests for semantic tokensjdrouhard2023-04-23
* docs: fix typosdundargoc2023-04-04
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
* fix(lsp): prevent lsp tests from picking up local user config (#22606)Mathias Fußenegger2023-03-10
* feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* 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