| Copyright | (c) Sebastian Witte |
|---|---|
| License | Apache-2.0 |
| Maintainer | woozletoff@gmail.com |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Neovim.Main
Description
- data CommandLineOptions = Opt {}
- optParser :: Parser CommandLineOptions
- opts :: ParserInfo CommandLineOptions
- neovim :: NeovimConfig -> IO ()
- realMain :: NeovimConfig -> IO ()
- runPluginProvider :: CommandLineOptions -> NeovimConfig -> IO ()
- finish :: [ThreadId] -> QuitAction -> IO ()
Documentation
data CommandLineOptions Source
optParser :: Parser CommandLineOptions Source
opts :: ParserInfo CommandLineOptions Source
neovim :: NeovimConfig -> IO () Source
This is essentially the main function for nvim-hs, at least if you want to use the Config.Dyre for the configuration..
realMain :: NeovimConfig -> IO () Source
runPluginProvider :: CommandLineOptions -> NeovimConfig -> IO () Source
finish :: [ThreadId] -> QuitAction -> IO () Source