nvim-hs-2.1.0.4: 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

Instances
Show NeovimAPI Source # 
Instance details

Defined in Neovim.API.Parser

data NeovimFunction Source #

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

Constructors

NeovimFunction 

Fields

data NeovimType Source #

Instances
Eq NeovimType Source # 
Instance details

Defined in Neovim.API.Parser

Show NeovimType Source # 
Instance details

Defined in Neovim.API.Parser

parseAPI :: IO (Either (Doc AnsiStyle) NeovimAPI) Source #

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