Skip to content

Commit

Permalink
Merge pull request vim-denops#271 from vim-denops/use-msgpack-rpc-cli…
Browse files Browse the repository at this point in the history
…ent-on-neovim

🐛 Use `msgpack-rpc` client type on Neovim
  • Loading branch information
lambdalisue authored Aug 26, 2023
2 parents bfdc079 987e84d commit a80e4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@denops-private/host/nvim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 34,7 @@ export class Neovim implements Host {
"nvim_set_client_info",
"denops",
version,
"remote",
"msgpack-rpc",
{
invoke: {
async: false,
Expand Down

0 comments on commit a80e4d8

Please sign in to comment.