Ribosome.Api.Sleep
Description
API functions for sleeping in Neovim.
nvimSleep :: Member Rpc r => Int -> Sem r () Source #
Run the sleep command.
sleep
nvimMSleep :: Member Rpc r => Int -> Sem r () Source #
Run the sleep command with the number interpreted as milliseconds.