A Productive C++ Development Environment
In this post, we will explore how to build a productive C++ development environment around CMake, clangd, lldb, and AstroNvim. The focus here is not on collecting more tools, but on making multiple tools share one consistent understanding of the same project so that build, edit, and debug behavior remain predictable.

