vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
685 stars 36 forks source link

:bug: Use `msgpack-rpc` client type on Neovim #271

Closed lambdalisue closed 1 year ago

lambdalisue commented 1 year ago

Close #268

https://github.com/neovim/neovim/pull/24399

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (bfdc079) 92.59% compared to head (fe3235a) 92.59%.

:exclamation: Current head fe3235a differs from pull request most recent head 987e84d. Consider uploading reports for the commit 987e84d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #271 +/- ## ======================================= Coverage 92.59% 92.59% ======================================= Files 3 3 Lines 81 81 Branches 6 6 ======================================= Hits 75 75 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lambdalisue commented 1 year ago

Prior to https://github.com/neovim/neovim/pull/24399, Neovim does not have msgpack-rpc client type but client type was not actually refered so we can simply merge this. (it should works well on previous Neovim as well)