From 5d94ea97c91cf244f4247f70e876ca8ca87c67bb Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 09:53:45 -0400 Subject: [PATCH] fix --- src/content/posts/software/cp.nvim.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/software/cp.nvim.mdx b/src/content/posts/software/cp.nvim.mdx index 56d13b5..ebfa77f 100644 --- a/src/content/posts/software/cp.nvim.mdx +++ b/src/content/posts/software/cp.nvim.mdx @@ -20,7 +20,7 @@ After many months of using the aforementioned `make` based setup, I had a few qu The solution was to leverage Neovim's great APIs to give me granular control over every aspect of my problem-solving experience. -# the solution: [cp.nvim](https://barrettruth.com/posts/software/my-cp-setup.html) +# the solution: cp.nvim The GitHub page documents the plugin well enough so I'll avoid re-hashing it here. Instead, what's more interesting to document is why I thought this was a worthwhile experience.