Closed vlocateli closed 2 years ago
Operating System: Mac OSX 10.15 Vim version: version 8.1.2292 When running CocInstall c++ I get the following error:
1 Install finished ~ | 2 ~ | 3 - ✗ c++ Bad response from https://registry.npmjs.org/c++: 404
The guide version for Mac OSX doens't cover clang > 8. When running CocInstall c++ coc-tsserver it has errors like
#include<iostream> -> "iostream" file not found
https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#install-extensions
did you read readme or wiki?
yes, I've tried Coc-install clangd with clangd installed via homebrew
:CocInstall coc-clangd
There's no c++ extension, it's coc-clangd.
coc-clangd
Operating System: Mac OSX 10.15 Vim version: version 8.1.2292 When running CocInstall c++ I get the following error:
1 Install finished ~ | 2 ~ | 3 - ✗ c++ Bad response from https://registry.npmjs.org/c++: 404
The guide version for Mac OSX doens't cover clang > 8. When running CocInstall c++ coc-tsserver it has errors like