node-client icon indicating copy to clipboard operation
node-client copied to clipboard

Nvim Node.js client and plugin host

Results 42 node-client issues
Sort by recently updated
recently updated
newest added

I set `NVIM_NODE_LOG_FILE="$HOME/nvim_node_log"` and I see logging from the node client but not from any of the log statements in my plugin. Example logs I'm seeing: ``` {"level":"debug","message":"getPlugin.alwaysInit"} {"level":"debug","message":"request ->...

Evaluate if it's worth switching to https://www.npmjs.com/package/msgpackr instead of our current msgpack dependency. - See https://github.com/neovim/node-client/pull/207#issuecomment-1637067789 - Previous: https://github.com/neovim/node-client/issues/78 - Related: https://github.com/vscode-neovim/vscode-neovim/issues/1316

dependencies

# Problem The release process isn't documented # Expected result - Add a "Release" section to bottom of the readme listing all the steps needed to do a release. -...

documentation

This issue was derived from #199. Since we don't have sufficient velocity to follow the API changes and additions of Neovim, some APIs are missing in this package. And some...

Bumps the eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn). Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.7.0 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.7.0 7.7.0 (2024-04-15) 🚀 Features eslint-plugin:...

dependencies
javascript

Bumps the babel group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.9` | `7.24.4` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)...

dependencies
javascript

## Problem: The "remote plugin" concept is too complicated. https://github.com/neovim/neovim/issues/27949 ## Solution: - Let the "client" also be the "host". Eliminate the separate "host" concept and related modules. - Any...

# Problem currently, test files are not checked by `npm run build`, we exclude them in tsconfig: https://github.com/neovim/node-client/blob/d3bc8d36b50ccc188e083b33ff537819e661dd88/packages/neovim/tsconfig.json#L7 # Expected behavior - test files should be checked - fix all...

enhancement

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.7 to 0.25.13. Release notes Sourced from typedoc's releases. v0.25.13 Features Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to...

dependencies
javascript

As detailed in https://github.com/neovim/node-client/issues/342, there is still a problem of node-client sending data to nvim.exe in some scenarios with node-client 5.1.0. The problem described here is that after the https://github.com/neovim/node-client/issues/329...

enhancement