diff --git a/helix-view/src/clipboard.rs b/helix-view/src/clipboard.rs index 85b411482..c213827ee 100644 --- a/helix-view/src/clipboard.rs +++ b/helix-view/src/clipboard.rs @@ -63,7 +63,7 @@ pub fn get_clipboard_provider() -> Box { #[cfg(target_os = "macos")] pub fn get_clipboard_provider() -> Box { - use command::exists; + use provider::command::exists; if exists("pbcopy") && exists("pbpaste") { command_provider! {