sidekick 0.6.1

Protects your unsaved Neovim work from Claude Code.
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);