Run cargo fmt

macos-click-through
MultisampledNight 2 years ago
parent 90aebcfa0f
commit 1083efb6a5
No known key found for this signature in database
GPG Key ID: C81EF9B053977241

@ -2,10 +2,7 @@ use log::{info, warn};
use nvim_rs::Neovim;
use rmpv::Value;
use crate::{
bridge::TxWrapper,
error_handling::ResultPanicExplanation,
};
use crate::{bridge::TxWrapper, error_handling::ResultPanicExplanation};
pub async fn setup_neovide_remote_clipboard(nvim: &Neovim<TxWrapper>, neovide_channel: u64) {
// users can opt-out with

Loading…
Cancel
Save