Sebastian Witte
Sebastian Witte
I think this package transitively depends on aeson anyway, so it is probably convenient to provide such instances.
Fix ci
The CI builds started to keep failing... The blog post here may make things easier: https://chshersh.github.io/posts/2019-02-25-haskell-travis
If an exposed function is called before the nvim-hs plugin host has fully started, an error is thrown. Neovim assumes that a plugin is loaded once the channel is open...
If you include a list of plugins from a module and you want to configure one of the plugins differently or replace it with a different configuration, it is currently...
I think it would be cool to have something like [inline-c](https://github.com/fpco/inline-c) for vimL. Apart from being fun to implement, I can imagine these arguments for and against this. Pros: -...
Neovim uses named pipes by default to create a listen socket on windows. On Linux, a unix domain socket is used. However, I couldn't find a library that can create...
- **PR Description** This PR allows one to configure scrolling partial pages. I have changed the `gui.scrollHeight` configuration option to a `float64`. If it is defined in the range `(-1,...