aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
...
* test(lsp): refactor and tidyLewis Russell2024-08-11
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* refactor(lsp): add test case for default diagnostic severityMathias Fussenegger2024-08-02
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
* feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
* fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger2024-07-27
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* fix(tohtml): support ranges againaltermo2024-07-16
* feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2024-07-06
* fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen2024-07-02
* refactor: use `vim._with` where possibledundargoc2024-06-28
* Merge pull request #29483 from bfredl/nonbinarybfredl2024-06-27
|\
| * refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* | fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger2024-06-27
|/
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger2024-06-14
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan2024-06-09
* fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann2024-06-07
* fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar2024-06-07
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* feat(editorconfig): add support for spelling_language (#28638)sus-domesticus2024-06-06
* fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger2024-06-02
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* feat(lsp): support postfix snippets in completionMathias Fussenegger2024-05-30
* feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger2024-05-30
* Merge pull request #27339 from MariaSolOs/completionGregory Anders2024-05-28
|\
| * test(lsp): add completion testsMaria José Solano2024-05-27
| * feat(lsp): completion side effectsMaria José Solano2024-05-27
* | fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly2024-05-27
* | fix(tohtml): properly handle multiple hl groups #29012Riley Bruins2024-05-26
|/
* fix: change deprecation presentationdundargoc2024-05-24
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien2024-05-23
* fix: merge all provider healthchecks into a single health.luadundargoc2024-05-22
* fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins2024-05-21
* refactor!: remove `nvim` and `provider` module for checkhealthdundargoc2024-05-19
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming2024-05-02
* feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming2024-05-02
* fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao2024-04-26
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* test: improve test conventionsdundargoc2024-04-23
* fix(completion): check that healthcheck name is string (#28458)zeertzjq2024-04-22
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18