neovim / go-client

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

nvim: support neovim/neovim@561df30 APIs #126

Closed zchee closed 2 years ago

zchee commented 2 years ago

Support neovim/neovim@561df30 APIs.

> nvim_add_user_command(name String, command Object, opts Dictionary) void { name(nvim_add_user_command) }
> nvim_buf_add_user_command(buffer Buffer, name String, command Object, opts Dictionary) void { name(nvim_buf_add_user_command) }
> nvim_buf_del_user_command(buffer Buffer, name String) void { name(nvim_buf_del_user_command) }
> nvim_del_user_command(name String) void { name(nvim_del_user_command) }
> nvim_get_option_value(name String, opts Dictionary) Object { name(nvim_get_option_value) }
> nvim_set_option_value(name String, value Object, opts Dictionary) void { name(nvim_set_option_value) }
codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (37f6413) into master (db8d22d) will increase coverage by 0.1%. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #126     +/-   ##
========================================
+ Coverage    80.5%   80.6%   +0.1%     
========================================
  Files          14      14             
  Lines        3018    3044     +26     
========================================
+ Hits         2430    2456     +26     
  Misses        588     588             
Flag Coverage Δ
linux-1.15-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
linux-1.15-stable 79.8% <7.6%> (-0.7%) :arrow_down:
linux-1.16-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
linux-1.16-stable 79.8% <7.6%> (-0.7%) :arrow_down:
linux-1.17-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
linux-1.17-stable 79.8% <7.6%> (-0.7%) :arrow_down:
macos-1.15-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
macos-1.15-stable 79.8% <7.6%> (-0.7%) :arrow_down:
macos-1.16-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
macos-1.16-stable 79.8% <7.6%> (-0.7%) :arrow_down:
macos-1.17-nightly 80.6% <100.0%> (+0.1%) :arrow_up:
macos-1.17-stable 79.8% <7.6%> (-0.7%) :arrow_down:
windows-1.15-nightly 79.8% <100.0%> (+0.1%) :arrow_up:
windows-1.15-stable 79.0% <7.6%> (-0.7%) :arrow_down:
windows-1.16-nightly 79.8% <100.0%> (+0.1%) :arrow_up:
windows-1.16-stable 79.0% <7.6%> (-0.7%) :arrow_down:
windows-1.17-nightly 79.8% <100.0%> (+0.1%) :arrow_up:
windows-1.17-stable 79.0% <7.6%> (-0.7%) :arrow_down:
Impacted Files Coverage Δ
nvim/api.go 96.9% <100.0%> (+0.1%) :arrow_up:
nvim/types.go 88.8% <100.0%> (+1.3%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update db8d22d...37f6413. Read the comment docs.