Package Details: vim-plug 0.11.0-1

Git Clone URL: https://aur.archlinux.org/vim-plug.git (read-only, click to copy)
Package Base: vim-plug
Description: A vim plugin manager
Upstream URL: http://github.com/junegunn/vim-plug
Licenses: MIT
Conflicts: vim-plug-git
Provides: vim-plug
Submitter: oozyslug
Maintainer: noblehelm
Last Packager: noblehelm
Votes: 50
Popularity: 0.22
First Submitted: 2015-07-10 11:11 (UTC)
Last Updated: 2022-02-15 15:39 (UTC)

Latest Comments

REmorin commented on 2023-10-04 13:26 (UTC)

@noblehelm, could you please orphan and adopt vim-plug-git? It's outdated and abandoned for a looong time.

oakszyjrnrdy commented on 2020-07-29 14:54 (UTC)

Change the dependency from vim to vim-plugin-runtime may be a better way to deal with vim and neovim dependency.

jef commented on 2020-05-14 03:52 (UTC)

Updates happen on master quite frequently. Probably should update via master rather through release. Seems that master is stable.

BanderasPL commented on 2017-07-14 13:12 (UTC)

After PlugInstall x vim-go |~ Cloning into '/home/XXXX/.vim/plugged/vim-go'... fatal: Remote branch * not found in upstream origin

Perfi commented on 2017-05-08 08:30 (UTC)

Wow, how come this has been out of date for a year and a half? Version 0.9.1 is now available out here: https://github.com/junegunn/vim-plug/releases/tag/0.9.1

tomasstorck commented on 2015-11-03 10:43 (UTC)

For any neovim users out there, note that this PKGBUILD works flawlessly. You just need to change the install path: sed -i "s#/usr/share/vim/vimfiles/#/usr/share/nvim/runtime/#" PKGBUILD