neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
567 stars 36 forks source link

Implements neovim/neovim@fbf2c41 APIs #55

Closed zchee closed 5 years ago

zchee commented 5 years ago

Implements neovim/neovim@fbf2c41 APIs.

diff:

> nvim_buf_del_keymap(buffer Buffer, mode String, lhs String) void { name(nvim_buf_del_keymap) }
> nvim_buf_set_keymap(buffer Buffer, mode String, lhs String, rhs String, opts Dictionary) void { name(nvim_buf_set_keymap) }
> nvim_del_keymap(mode String, lhs String) void { name(nvim_del_keymap) }
> nvim_set_keymap(mode String, lhs String, rhs String, opts Dictionary) void { name(nvim_set_keymap) }

Close: #53