From 99109f5e9122f6e87d83d6ac227e98f4899f7893 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 4 Dec 2025 18:12:10 -0500 Subject: [PATCH] fix: cleanup picker message --- lua/cp/commands/picker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cp/commands/picker.lua b/lua/cp/commands/picker.lua index 08cbcd9..dc49bea 100644 --- a/lua/cp/commands/picker.lua +++ b/lua/cp/commands/picker.lua @@ -40,7 +40,7 @@ function M.handle_pick_action(language) local ok, _ = pcall(require, 'fzf-lua') if not ok then logger.log( - 'fzf-lua is not available. Install fzf-lua xor change your picker config', + 'fzf-lua is not available. Install fzf-lua or change your picker config', vim.log.levels.ERROR ) return