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.041346
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 53 Next › Last »

tjc commented on 2019-03-12 19:35 (UTC)

This package does not seem to install YCM. After running this package, opening Vim still shows that "YCM:core" is not found. To get around this, I am running:

cd .vim/bundle/YouCompleteMe git clean -f; git pull; git submodule update --recursive --init; ./install.py --clang-completer

This seems to actually install YCM.

Rubonnek commented on 2019-02-25 16:56 (UTC)

@adam900710 Are you sure you are not missing a .ycm_extra_conf.py file? USE_SYSTEM_LIBCLANG is enabled by default in the PKGBUILD.

adam900710 commented on 2019-02-25 07:34 (UTC)

It looks like clang-completer is not built by default now. "NOT using libclang, no semantic completion for C/C++/ObjC will be available"

Would anyone mind to add -DUSE_CLANG_COMPLETER=ON?

Rubonnek commented on 2019-01-31 02:32 (UTC)

@Trent Thanks for the changes! Looks good to me!

Trent commented on 2019-01-30 10:23 (UTC)

Hello, there are several changes to the ycmd submodule now, that seem to require changes to prepare() and package(). Kind regards! https://pastebin.com/raw/KME34qzJ

Rubonnek commented on 2019-01-20 01:31 (UTC)

@ak-il @Trent thanks for pointing those out! PKGBUILD updated!

lahwaacz commented on 2019-01-19 22:13 (UTC)

@cgorichanaz: read about the -i flag of makepkg: https://wiki.archlinux.org/index.php/Makepkg#Usage

cgorichanaz commented on 2019-01-19 21:57 (UTC)

I needed to first install mono:

==> Making package: vim-youcompleteme-git r2451.a53ccefc-1 (Sat 19 Jan 2019 01:53:05 PM PST)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> mono

alexkubica commented on 2019-01-08 13:45 (UTC)

git+<https://github.com/defnull/bottle.git> has been moved to git+<https://github.com/bottlepy/bottle.git>.