Package Details: vim-youcompleteme-git r3216.0d855962-1

Git Clone URL: https://aur.archlinux.org/vim-youcompleteme-git.git (read-only, click to copy)
Package Base: vim-youcompleteme-git
Description: A code-completion engine for Vim
Upstream URL: https://ycm-core.github.io/YouCompleteMe/
Keywords: completion engine neovim vim ycm
Licenses: GPL3
Groups: vim-plugins
Submitter: thestinger
Maintainer: artafinde
Last Packager: artafinde
Votes: 170
Popularity: 0.51
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-08-19 15:53 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Pinned Comments

artafinde commented on 2021-04-10 13:03 (UTC)

If you want to use system's abseil set the _use_system_abseil to ON - default is to download from internet during build.

Latest Comments

« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 53 Next › Last »

axper commented on 2014-05-17 11:01 (UTC)

@stykr In that case, everyone would have to fetch all the 10+ repos every time when building the package. Currently it will simply git pull/update the repos and won't waste your bandwidth and overload github servers.

stykr commented on 2014-05-17 10:55 (UTC)

There's a lot of unnecessary copying in the PKGBUILD. Call git submodule update --init --recursive instead, and remove the other github repositories from the sources list.

axper commented on 2014-05-17 10:19 (UTC)

@ilpianista I installed android-sdk while built with -DUSE_SYSTEM_LIBCLANG=ON and cannot report any problems

axper commented on 2014-05-17 10:04 (UTC)

Updated, added C# support.

axper commented on 2014-05-17 05:47 (UTC)

This works for me for C++ https://gist.github.com/axper/65516ea9305412545a88 Can someone please test if it works for other languages as well before I push it here?

svenstaro commented on 2014-04-08 22:18 (UTC)

Orphaning and fixing since maintainer hasn't reacted for 3 weeks. Maintainer, feel free to take it again if you like, or anybody else for that matter.

svenstaro commented on 2014-03-28 06:17 (UTC)

Why did you remove the external clang stuff again? You had it in and you removed it again. What's up?

ilpianista commented on 2014-03-22 08:31 (UTC)

There is currently a problem if you have multiple libclang.so in your system in standard paths. This is the case, for instance, if you have android-sdk installed. Please use this: cmake -DEXTERNAL_LIBCLANG_PATH=/usr/lib/libclang.so

bparker commented on 2014-02-28 17:56 (UTC)

I don't think it is a good idea to have a dependency on a GUI package since not everyone is using vim on a desktop with GUI. I think a better solution is to switch the dependency to vim-python2 or ask the regular vim package maintainer to include python support.