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.037315
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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 53 Next › Last »

Rhinoceros commented on 2016-02-27 01:11 (UTC)

I agree with ammonaur. This package is broken without python2-future. When launching vim, it says "YouCompleteMe unavailable: No module named future", and fails to load. Installing python2-future fixes it for me.

emmieaur commented on 2016-02-25 01:59 (UTC)

This package should depend on python2-future. Without it, YouCompleteMe doesn't work on my machine.

eberan commented on 2016-02-19 08:38 (UTC)

@munikarmanish Upstream project change repository for bottlepy. I recommend cleaning that whole directory and building fresh. (or you could just delete bottle and makepkg again, fetching the newer version.)

munikarmanish commented on 2016-02-19 07:59 (UTC)

-> Updating argparse git repo... Fetching origin ==> ERROR: /home/manish/aur/vim-youcompleteme-git/bottle is not a clone of https://github.com/bottlepy/bottle.git Aborting...

whynothugo commented on 2016-02-14 06:48 (UTC)

@eberan I've a private CI runner I use with some project on GitLab. I'll try so set up CI with that, and let you know when that works. :)

eberan commented on 2016-02-14 05:52 (UTC)

@hoberrera I appreciate it! It's not that much work tbh, but it would be made easier with a CI server; I don't have the time to constantly run the build on my personal machine for testing. Maybe someday I'll plonk down the change for a linode vps, but until then there may be delays in updates when something breaks (i.e. you guys may have to report it before I realize the issue).

whynothugo commented on 2016-02-12 05:57 (UTC)

Wow, this is probably a real PITA to maintain. And manually installing YCM is a pain too. A huge thanks for maintain this package and making life easier for us!

eberan commented on 2016-02-09 22:08 (UTC)

Godef has been added.

eberan commented on 2016-02-09 18:10 (UTC)

I am considering forking this package into at least 2 others, keeping this as is; one for dynamic/managed language (js/ts, python, go, c#) and one for native/system language (c-family, rust). I personally don't mind having the dependencies on things like mono and npm, but I understand it's a burden on some. Comments and suggestions welcome.

eberan commented on 2016-02-09 18:04 (UTC)

tern -> tern_runtime fixed. Updated .SRCINFO as well.