nvim.net icon indicating copy to clipboard operation
nvim.net copied to clipboard

Nvim .NET client and plugin host

Results 7 nvim.net issues
Sort by recently updated
recently updated
newest added

Hey new contributor here. .NET 6 is the replacement of .NET 5 and need to be migrated, it's not supported anymore. Thanks, hope this repo is still active or I...

Just a start for now, probably will want to update the generator to generate the docstrings for the `public event EventHandler ...`s to fully document everything (and silence the warnings...

Hi, I've tried to create a plugin using nvim.net but without any luck. It seems like the **dotnet host is unable to load** on Windows 10: ``` Failed to load...

Hello! So, in trying to use this library, I've come across a few things that I'm unsure about: 1. The directions for creating a plugin in the README aren't very...

```Error invoking 'poll' on channel 92:^@ch 92 sent an invalid message, closed``` I get the above error when registering commands like so: ```c# using System; using System.IO; using NvimClient.API; using...

Hi, the currently published nuget package seems to be not up to date. I've read in an earlier issue that the package gets deployed automatically after a successful build. As...

bug

I think the threshold of getting started with nvim.net would be significantly reduced if project templates were available allowing one to simply type `dotnet new nvim.net`

enhancement