Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(neovim): bundled neoclide/neovim #5196

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

fannheyward
Copy link
Member

@fannheyward fannheyward commented Nov 21, 2024

Closes #5194

I bundled the package because I couldn't update @chemzqm/neovim on npmjs.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 69.49721% with 273 lines in your changes missing coverage. Please review.

Project coverage is 97.42%. Comparing base (dbfa1c9) to head (59fc088).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/neovim/api/Neovim.ts 59.34% 49 Missing and 1 partial ⚠️
src/neovim/api/client.ts 67.83% 39 Missing and 7 partials ⚠️
src/neovim/api/Buffer.ts 56.25% 25 Missing and 17 partials ⚠️
src/neovim/utils/logger.ts 29.82% 37 Missing and 3 partials ⚠️
src/neovim/transport/connection.ts 70.31% 17 Missing and 2 partials ⚠️
src/neovim/transport/base.ts 66.03% 17 Missing and 1 partial ⚠️
src/neovim/attach/attach.ts 57.14% 11 Missing and 1 partial ⚠️
src/neovim/transport/vim.ts 84.61% 7 Missing and 5 partials ⚠️
src/neovim/api/Window.ts 72.50% 9 Missing and 2 partials ⚠️
src/neovim/transport/nvim.ts 88.50% 5 Missing and 5 partials ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5196      +/-   ##
==========================================
- Coverage   98.33%   97.42%   -0.92%     
==========================================
  Files         273      291      +18     
  Lines       26165    27052     +887     
  Branches     5413     5601     +188     
==========================================
+ Hits        25730    26355     +625     
- Misses        271      490     +219     
- Partials      164      207      +43     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@davidosomething
Copy link
Contributor

is @chemzqm unreachable?

@fannheyward
Copy link
Member Author

is @chemzqm unreachable?

I've WeChat him month ago and he's busy with his work.

fannheyward added a commit to fannheyward/neovim that referenced this pull request Nov 22, 2024
fannheyward added a commit to fannheyward/neovim that referenced this pull request Nov 22, 2024
@fannheyward fannheyward merged commit 13b63d7 into master Nov 22, 2024
3 of 4 checks passed
@fannheyward fannheyward deleted the feat/bundled-neovim branch November 22, 2024 01:57
fannheyward added a commit that referenced this pull request Nov 25, 2024
aacbbca feat: Add uriConverter.code2Protocol (#5198)
61be196 chore(packages): esbuild/eslint/jest (#5197)
13b63d7 feat(neovim): bundled neoclide/neovim (#5196)
dbfa1c9 fix(package): audit fix cross-spawn (#5193)
a455fc7 fix(inlayHint&semanticTokens): Fix range send to server (#5192)
18c34bc docs: add zoumi as a contributor for code (#5191)
f06e21e feat: improve performance for large file (#5190)
6d2e07f docs: update help for coc-dialog-input toggle-selection #5187 (#5189)
43b706a docs: add laktak as a contributor for code (#5188)
c878df6 feat: alternate keybinding for coc-dialog-input toggle-selection (#5187)
3b8869a docs: add oxalica as a contributor for code (#5182)
bf42817 docs: add wsdjeg as a contributor for code (#5181)
b271084 docs: add itsf4llofstars as a contributor for doc (#5180)
f87fcf1 docs: add brainwo as a contributor for doc (#5179)
58ba3cc docs: add tcx4c70 as a contributor for code (#5178)
a542be2 docs: add V-Mann-Nick as a contributor for code (#5177)
bc813a2 docs: add gera2ld as a contributor for code (#5176)
91a5328 docs: add merwan as a contributor for doc (#5175)
7531a84 docs: add hackergrrl as a contributor for doc (#5174)
dafa79f docs: add YongJieYongJie as a contributor for code (#5173)
a119577 docs: add cridemichel as a contributor for code (#5172)
790ab94 docs: add mehalter as a contributor for code (#5171)
acced09 docs: add cclauss as a contributor for code (#5170)
08ca74f docs: add aispeaking as a contributor for code (#5169)
4fdbab4 docs: add asmodeus812 as a contributor for code (#5165)
905cdfb docs: add 43081j as a contributor for code (#5166)
d001dd6 docs: add Kaiser-Yang as a contributor for code (#5167)
272937b docs: add de-vri-es as a contributor for code (#5168)
52b3503 docs: add A4-Tacks as a contributor for code (#5164)
d9afe33 docs: add zhixiao-zhang as a contributor for code (#5163)
30c62b7 docs: add statiolake as a contributor for code (#5162)
815a371 docs: add davidosomething as a contributor for doc (#5161)
13751e1 feat(list): add CocListMoved event (#5160)
5fdf3d6 mention coc-diagnostics-shim in docs (#5159)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nvim.getOption fails on nvim 0.11+
2 participants