sidekick 0.2.0

Seamless integration between Claude Code and Neovim. Protects your workflow by safely coordinating AI edits with your unsaved work.
Documentation
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);