Skip to content

Pireax/neovim.cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim.cs

A C# client for talking to Neovim. This also includes a WPF terminal example to show it in action.

To use the client simply create a new NeovimClient instance with the path to the neovim executable as argument. This creates a new neovim process and takes over it's Input and Output. You can then use all function bindings from the NeovimClient class instance to communicate with neovim. The Notifications neovim sends are currently in MessagePackObject format from Messagepack-CLI.

About

A C# client for talking to neovim.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages