ribosome-0.9.9.9: Neovim plugin framework for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Api.Sleep

Description

API functions for sleeping in Neovim.

Synopsis

Documentation

nvimSleep :: Member Rpc r => Int -> Sem r () Source #

Run the sleep command.

nvimMSleep :: Member Rpc r => Int -> Sem r () Source #

Run the sleep command with the number interpreted as milliseconds.