maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Failed to install YouCompleteMe #47

Closed gou4shi1 closed 2 years ago

gou4shi1 commented 4 years ago
$ pack install ycm-core/YouCompleteMe -c completion

   ✗ [ycm-core/YouCompleteMe] failed to resolve path '/home/guangqing.chen/.vim/pack/completion/start/YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x/tools/.git': No such file or directory
gou4shi1 commented 4 years ago

still failed to install YCM even after the above fix:

$ pack install ycm-core/YouCompleteMe -c completion                                                       

   ✗ [ycm-core/YouCompleteMe] 'third_party/requests-futures' exists and is not an empty directory
bstaletic commented 4 years ago

Try removing YouCompleteMe/third_party/requests-futures and installing again.

gou4shi1 commented 4 years ago

Try removing YouCompleteMe/third_party/requests-futures and installing again.

I deleted ~/.vim/pack/completion/start/YouCompleteMe, then pack install ycm-core/YouCompleteMe -c completion