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.50
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 »

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>.

Trent commented on 2019-01-08 00:42 (UTC) (edited on 2019-01-08 00:44 (UTC) by Trent)

Hello, there is another change to a submodule. Kind regards!

https://pastebin.com/yayK2Yrc or, sed -i.bak 's/kennethreitz/requests/g' PKGBUILD

Rubonnek commented on 2018-12-23 01:26 (UTC)

@urxvtcd-256 looks good to me! Thanks for the patch!