nvim-hs-0.0.1: Haskell plugin backend for neovim

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

Neovim.Config

Description

 

Documentation

data NeovimConfig Source

Constructors

Config 

Fields

plugins :: [IO NeovimPlugin]

The list of plugins. The IO type inside the list allows the plugin author to run some arbitrary startup code before creating a value of type NeovimPlugin.

errorMessage :: Maybe String

Used by Dyre for storing compilation errors.

logOptions :: Maybe (FilePath, Priority)

Set the general logging options.

dyreParams :: Maybe (Params NeovimConfig)

Parmaeters used by Dyre. This is only used for the Neovim.Plugin.ConfigHelper plugin.

Instances

Default NeovimConfig