YCM maintainer here. A few corrections about the PKGBUILD:
- Lines 67, 68, 69 and 70: There are dependencies of "requests", not direct ycmd dependencies.
- Instead of cloning "requests", "requests-futures", "bottle", "frozendict", "python-future", "waitress" and "regex", you can just install the packages system wide and save some space.
- ncurses5-compat-libs is not needed any more
- There's a experimental clangd based completer for C family of languages, if you want to prepare that, but maybe leave it off by default.
Pinned Comments
artafinde commented on 2021-04-10 13:03 (UTC)
If you want to use system's abseil set the
_use_system_abseil
toON
- default is to download from internet during build.