Package Details: vim-youcompleteme-git r3173.45560628-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.27
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-05-18 10:31 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 53 Next › Last »

artafinde commented on 2020-04-14 10:31 (UTC)

@Rubonnek: Try again with a latest rebuild on a clean chroot.

Rubonnek commented on 2020-04-13 14:37 (UTC)

The server crashes on my computer -- looks like there are missing dependencies like python-watchdog and some others.

artafinde commented on 2020-03-30 17:38 (UTC)

@fabwu: To disable 'go' and 'npm' dependencies set

_gocode="n"
_tern="n"
_typescript="n"

fabwu commented on 2020-03-30 17:25 (UTC)

Thanks for the hint. I'm quite new to AUR so I've just changed the options in the PKGBUILD file. Is this the right way of setting build options?

artafinde commented on 2020-03-30 08:34 (UTC)

@fabwu: use the build options to disable them.

fabwu commented on 2020-03-29 11:34 (UTC)

Is it possible to set the dependencies to node and go as optional? All I want is auto-completion for C so I don't need the other language runtimes.

KarlWithK commented on 2019-12-04 17:21 (UTC)

@Universebenzene Thanks for the fix.

Universebenzene commented on 2019-12-04 12:04 (UTC)

@KarlWithK Seems that a submodule is missed in the PKGBUILD. Possible fix here: https://github.com/archlinuxcn/repo/commit/360b4605a9ac380676d9279b91f4490b720b7f10#diff-edeecce400204b781ebdbeb2625dd849

KarlWithK commented on 2019-12-04 11:23 (UTC)

Hello, I am having problems with jedi / Python completion. Whenever I try to write a function I get this error: FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/vim/vimfiles/third_party/ycmd/third_party/jedi_deps/jedi/jedi/third_party/typeshed/stdlib'. I am not sure how to fix this or even if this is the right place to ask. Thanks for the help.

artafinde commented on 2019-11-09 12:54 (UTC)

Early warning: upstream is dropping support for python2 hence this PKGBUILD will also drop support for it very soon see github