nvim-hs: Haskell plugin backend for neovim
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Neovim
This package provides a plugin provider for neovim. It allows you to write plugins for one of the great editors of our time in the best programming language of our time! ;-)
You should find all the documentation you need inside the Neovim module. Most other modules are considered internal, so don't be annoyed if using things from there may break your code!
The following modules may also be of interest and they should not change their API: Neovim.Quickfix
If you want to write unit tests that interact with neovim, Neovim.Test provides some useful functions for that.
If you are keen to debug nvim-hs or a module you are writing, take a look at the Neovim.Debug module.
If you spot any errors or if you have great ideas, feel free to open an issue on github.
Properties
Modules
- Neovim
- API
- Neovim.API.String
- Neovim.Classes
- Neovim.Config
- Neovim.Context
- Neovim.Context.Internal
- Neovim.Debug
- Neovim.Log
- Neovim.Main
- Neovim.Plugin
- Neovim.Plugin.Classes
- Neovim.Plugin.ConfigHelper
- Neovim.Plugin.IPC
- Neovim.Plugin.IPC.Classes
- Neovim.Plugin.Internal
- Neovim.Plugin.Startup
- Neovim.Quickfix
- RPC
- Neovim.RPC.Classes
- Neovim.RPC.Common
- Neovim.RPC.EventHandler
- Neovim.RPC.FunctionCall
- Neovim.RPC.SocketReader
- Neovim.Test
- Neovim.Util
- API
Downloads
- nvim-hs-0.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees