diff --git a/src/content/blog/2026-04-04-zlp-what-it-is-and-isnt.md b/src/content/blog/2026-04-04-zlp-what-it-is-and-isnt.md index 3ee3a6b..20b3736 100644 --- a/src/content/blog/2026-04-04-zlp-what-it-is-and-isnt.md +++ b/src/content/blog/2026-04-04-zlp-what-it-is-and-isnt.md @@ -7,8 +7,6 @@ categories: ["Engineering"] draft: false --- -# ZLP: What It Is, What It Isn’t, and Why We Didn’t Just Build Another LSP - If you’ve spent any time around developer tooling, you’ve probably internalized the idea that code intelligence means **LSP**. That makes sense. The Language Server Protocol changed the industry by giving editors a standard way to talk to language-aware tooling. Hover, autocomplete, go-to-definition, diagnostics, rename, references: LSP turned that entire class of features into a portable interface.