一、环境准备与工具链安装1.1 基础依赖安装在Linux/macOS环境下,推荐使用包管理器安装核心依赖: # 示例安装命令(根据发行版调整)sudo apt install neovim git python3 fd-find ripgrep cmake clangd 核心组件……