1 2 3 4 5 6
//! Constants used throughout the application. use std::time::Duration; /// RPC connection timeout for Neovim instances pub const NEOVIM_RPC_TIMEOUT: Duration = Duration::from_secs(2);