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 .. 45 46 47 48 49 50 51 52 53 Next › Last »

axper commented on 2014-02-13 11:52 (UTC)

Can you please add C# support?

vodik commented on 2014-01-31 20:11 (UTC)

Sorry guys, had an insane month of work. Time to catch up @Hspasta: It doesn't. While jedi supports both python2 and python3, it can only complete for the version of python its run as. And youcompleteme is python2. It also may be possible to make jedi complete different versions of python in the future as well. See various issues opened upstream. @swiftscythe: http://mywiki.wooledge.org/ParsingLs find ${pkgdir} -name .git -exec rm -fr {} + I'll add it.

swiftscythe commented on 2014-01-28 08:39 (UTC)

What about adding these lines at the end of the package() function? They prevent the .git directories from being installed, and the size of the plugin reduces from 30 MB to less than 8. # clean .git files for DOTGIT in $(find ${pkgdir} -name .git) do rm -r $DOTGIT done

Hspak commented on 2014-01-23 20:24 (UTC)

How does this package get around the python2/python problem? I tried using vundle and replacing python with python2 and it spits errors. I'm looking at all the files and it doesn't seem to be doing anything, but it works...

rpodgorny commented on 2014-01-09 22:37 (UTC)

well, if there is no other way, no problem... ...but at least a gentle warning (in the pkgbuild) would be nice. btw, is there any aur package for such vim (with python support)?

vodik commented on 2014-01-08 20:46 (UTC)

You need gvim or vim compiled with python support. The stock vim package doesn't ship with python. I'm not sure if its best to switch it to depend on gvim since some people do in fact (me included) do make custom vim packages. They would provided/replace vim, not gvim. Or maybe the stock vim package should start compiling in python support.

rpodgorny commented on 2014-01-08 12:10 (UTC)

...same thing as lordaro: YouCompleteMe unavailable: requires Vim compiled with Python 2.x support

svenstaro commented on 2013-12-26 14:15 (UTC)

Really, you need to remove that.

svenstaro commented on 2013-12-12 00:29 (UTC)

You need to remove the -DUSE_SYSTEM_LIBCLANG line in order for the fix to work.