Just a recommendation for anyone who is interested in this package.
Please refer to vim-lsp-git and use clangd with compile_commands. It provides much better support (from my experience with kernel module developement).
Git Clone URL: | https://aur.archlinux.org/vim-clang-complete-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-clang-complete-git |
Description: | Plugin which uses clang for accurately completing C and C++ code. Git version. |
Upstream URL: | https://github.com/Rip-Rip/clang_complete |
Licenses: | |
Conflicts: | |
Submitter: | dobo |
Maintainer: | None |
Last Packager: | adam900710 |
Votes: | 29 |
Popularity: | 0.000011 |
First Submitted: | 2011-11-15 00:31 |
Last Updated: | 2016-09-19 07:43 |
Just a recommendation for anyone who is interested in this package.
Please refer to vim-lsp-git and use clangd with compile_commands. It provides much better support (from my experience with kernel module developement).
PKGBUILD updated to include kinds.py and update helptag correctly.
New VCS pkgver will make pacman to consider new package older than old 2013XXXXX one.
So user may need to manual update the package.
Excuse me, this package should contain kinds.py, because libclang.py need import kinds from it.
Also, this package doesn't have good install script to update vim helptags.
Please add install file to update vim helptags.
Thanks.
OK, clang 3.8 is just causing warning, not sure if it will really slow down completion.
'Clang' from extra repo is now 3.8, and the plugin now needs 'clang35' as dependency.
This package broke the latest vim release 7.4.1529-1: going into C syntax does fubar to vim/the terminal.
There's open ticket for Python 3 support in mainstream.
https://github.com/Rip-Rip/clang_complete/issues/430
Now arch official repo split vim and vim-python3, so how about to support vim-python3
or clang-completion will only support python2?
It looks like there is no longer an autoload directory in the src. I am getting an error due to the following line in the PKGBUILD saying that it cannot stat autoload/snippets
install -D -m 644 autoload/snippets/* ${pkgdir}/usr/share/vim/vimfiles/autoload/snippets
Pinned Comments
adam900710 commented on 2019-03-07 12:44
Just a recommendation for anyone who is interested in this package.
Please refer to vim-lsp-git and use clangd with compile_commands. It provides much better support (from my experience with kernel module developement).