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

<deleted-account> commented on 2014-09-11 06:28 (UTC)

@eberan, Yes I have the same error, I have not rebuilt ycm again. At office, so cannot rebuild it now, but soon I will rebuild it and report back. Thanks.

eberan commented on 2014-09-10 23:48 (UTC)

After running pacman -Syu I got some (localhost) network connection issue with vim/youcompleteme, but no crash. After rebuilding this package, I no longer had any issue and still no crashes. Can you confirm that you've rebuilt/installed this package?

<deleted-account> commented on 2014-09-10 18:21 (UTC)

The latest clang update seems to have broken ycm. The ycm server crashes everytime vim starts

axper commented on 2014-08-19 15:47 (UTC)

Yep, C# works fine - good job! BTW for anyone wondering - see the wiki on how to set up a C# project.

eberan commented on 2014-08-18 20:49 (UTC)

I fixed the existing PKGBUILD, without removing the Mono/C# features: https://gist.github.com/eberan/e30db76386187dd3c231

axper commented on 2014-08-18 16:03 (UTC)

@CIB just comment/delete the all lines which have "OmniSharpServer" in them. Except for: mkdir -p "$pkgdir/usr/share/vim/vimfiles/third_party/ycmd/third_party/OmniSharpServer/OmniSharp" change it to: mkdir -p "$pkgdir/usr/share/vim/vimfiles/third_party/ycmd/third_party" Haven't tested myself, but should work

CIB commented on 2014-08-18 14:36 (UTC)

@eberan: Yep, I'm getting issues with OmniSharpServer as well. Since I don't personally need it, an option to just disable it would be nice.

eberan commented on 2014-08-18 07:02 (UTC)

Has anyone else had issues with OmniSharpServer not populating properly? It seems it has submodules of its own which perhaps are not being init/updated?

axper commented on 2014-07-07 16:02 (UTC)

Alright. Just do what you think is right.

vodik commented on 2014-07-07 05:58 (UTC)

Old maintainer here, sorry for the absense, I was preoccupied with my transition from school to work. @axper There isn't a need for dozens of extra packages like 'vim-youcompleteme-clang-jedi-git' and co. Just make a split package with ycm-core and ycm-<completer>. I'll clean up and share what I'm using now if you want.