| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | woozletoff@gmail.com |
| Safe Haskell | None |
Neovim.User.Input
Description
Documentation
Arguments
| :: String | Message to display |
| -> Maybe String | Input fiiled in |
| -> Maybe String | Completion mode |
| -> Neovim r st (Either Object Object) |
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.