nvim-hs-0.2.1: Haskell plugin backend for neovim

Copyright(c) Sebastian Witte
LicenseApache-2.0
Maintainerwoozletoff@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Neovim.API.Parser

Description

 

Synopsis

Documentation

data NeovimAPI Source #

This data type represents the top-level structure of the nvim --api-info output.

Constructors

NeovimAPI 

Fields

data NeovimFunction Source #

This data type contains simple information about a function as received throudh the nvim --api-info command.

Constructors

NeovimFunction 

Fields

parseAPI :: IO (Either Doc NeovimAPI) Source #

Run nvim --api-info and parse its output.