nvim-hs-contrib-0.0.6: Haskell plugin backend for neovim

PortabilityGHC
Stabilityexperimental
Maintainerwoozletoff@gmail.com
Safe HaskellNone

Neovim.User.Input

Description

 

Synopsis

Documentation

inputSource

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.

askForDirectorySource

Arguments

:: String

Message to put in front

-> Maybe FilePath

Prefilled text

-> Neovim r st FilePath 

Prompt the user to specify a directory.

If the directory does not exist, ask the usere whether it should be created.

askForStringSource

Arguments

:: String

message to put in front

-> Maybe String

Prefilled text

-> Neovim r st String