nvim-hs-1.0.0.3: 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 #

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

Constructors

NeovimAPI 

Fields

Instances
Show NeovimAPI # 
Instance details

Defined in Neovim.API.Parser

data NeovimFunction #

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

Constructors

NeovimFunction 

Fields

Instances
Show NeovimFunction # 
Instance details

Defined in Neovim.API.Parser

data NeovimType #

Instances
Eq NeovimType # 
Instance details

Defined in Neovim.API.Parser

Show NeovimType # 
Instance details

Defined in Neovim.API.Parser

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

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