Copyright | (c) Sebastian Witte |
---|---|
License | Apache-2.0 |
Maintainer | woozletoff@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
- data NeovimConfig = Config {
- plugins :: [Neovim (StartupConfig NeovimConfig) () NeovimPlugin]
- logOptions :: Maybe (FilePath, Priority)
- errorMessage :: Maybe String
- module System.Log
Documentation
data NeovimConfig Source #
This data type contains information about the configuration of neovim. See the fields' documentation for what you possibly want to change. Also, the tutorial in the Neovim module should get you started.
Config | |
|
module System.Log