Translations:Vim/67/zh

Revision as of 14:47, 20 November 2025 by Ardenet (talk | contribs) (Created page with "对于 C/C++ 来说,比 youcompleteme 更好的替代方案是使用 [https://github.com/cquery-project/cquery/ cquery] 并结合 [https://github.com/autozimu/LanguageClient-neovim LanguageClient-neovim]。如果您从 nixpkgs 安装 cquery,它在 nix-shell 中使用时也能找到 C 头文件,因为它使用了一个自定义的 [https://github.com/NixOS/nixpkgs/commit/04f3b76dcec21f2fcba6b1b0afbb3ed224165050#diff-11cdfc0385b9e017089c1ac09c5b838e shell 包装器]。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

对于 C/C++ 来说,比 youcompleteme 更好的替代方案是使用 cquery 并结合 LanguageClient-neovim。如果您从 nixpkgs 安装 cquery,它在 nix-shell 中使用时也能找到 C 头文件,因为它使用了一个自定义的 shell 包装器