From 944d37dc75b3ced7f173dd734b4c61b73e41ec86 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 4 Dec 2025 18:10:19 -0500 Subject: [PATCH 1/2] fix(git): ignore node_modules --- .gitignore | 1 + .../ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json diff --git a/.gitignore b/.gitignore index f7c6d85..f383808 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ venv/ CLAUDE.md __pycache__ .claude/ +node_modules/ diff --git a/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json b/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json deleted file mode 100644 index dacd16e..0000000 --- a/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json +++ /dev/null @@ -1 +0,0 @@ -{"0a0023b8da2b9910ea791cb38d3d9f432d43a2aa":{"files":{".pre-commit-config.yaml":["cp/DXl3O6RiSTEiUzZu/H0S12AI=",true],"node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json":false,".github/workflows/quality.yaml":["71R/fETAbIvSMY+tLmDTX0weFcg=",true]},"modified":1764311826691}} \ No newline at end of file From 99109f5e9122f6e87d83d6ac227e98f4899f7893 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 4 Dec 2025 18:12:10 -0500 Subject: [PATCH 2/2] 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