| Copyright | (c) Sebastian Witte |
|---|---|
| License | Apache-2.0 |
| Maintainer | woozletoff@gmail.com |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Neovim.User.Input
Description
Documentation
Arguments
| :: NvimObject result | |
| => String | Message to display |
| -> Maybe String | Input fiiled in |
| -> Maybe String | Completion mode |
| -> Neovim env result |
Helper function that calls the input() function of neovim.
Prompt the user to specify a directory.
If the directory does not exist, ask the usere whether it should be created.