我已经为我的其余机器安装了vim coc (https://github.com/neoclide/coc.nvim)和clangd,没有任何问题。但是当我昨天尝试:CocCommand clangd.install的时候,我得到了
[coc.nvim] Failed to install clangd language server: TypeError: Expected signal to be an instanceof AbortSignal
You may want to install it manually. See https://clangd.llvm.org/installation.html.PS:上一步,即:CocInstall coc-clangd工作得很好
有什么建议吗?
发布于 2020-08-31 14:35:09
将coc-clangd升级到v0.4.14的:CocUpdate将修复此问题。
https://stackoverflow.com/questions/63612253
复制相似问题