xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

what is MkVimball in the makefile #565

Closed liushapku closed 6 years ago

liushapku commented 6 years ago

I installed the plugin and then follow readme.md to do the installation. But after make or make install the file clang_complete.vmb is not generated.

I actually use vim-plug and neovim. So I also tried the following command

Plug 'rip-rip/clang_complete', {'do': 'nvim -c \"r! git ls-files autoload bin doc plugin\" -c \"$$,$$d _\" -c \"%MkVimball! $@ .\" -c \"q!\" && nvim &< -c \"so %\" -c \"q\"' }

It doesn't work either

xaizek commented 6 years ago

With vim-plug you don't need that and neovim probably doesn't have vimball plugin. vimball is a plugin distribution/management mechanism, there is its documentation: https://vimhelp.appspot.com/pi_vimball.txt.html

liushapku commented 6 years ago

Thanks very much. It would be much appreciated if you could also update the front page so that others like me will not be trapped over there.

xaizek notifications@github.com 于 2018年9月18日周二 下午4:46写道:

With vim-plug you don't need that. neovim probably doesn't have vimball plugin. It's a plugin distribution/management mechanism, there is its documentation: https://vimhelp.appspot.com/pi_vimball.txt.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Rip-Rip/clang_complete/issues/565#issuecomment-422309458, or mute the thread https://github.com/notifications/unsubscribe-auth/AL4iZnJ5xTe424bpZ7gx3ayXxlIsW9Umks5ucLLkgaJpZM4WtCWQ .