Search Criteria
Package Details: neovim-airline-themes 0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovim-airline.git (read-only, click to copy) |
---|---|
Package Base: | neovim-airline |
Description: | Themes for neovim-airline |
Upstream URL: | https://github.com/vim-airline/vim-airline-themes |
Keywords: | neovim plugins |
Licenses: | MIT |
Submitter: | MagicAndWires |
Maintainer: | MagicAndWires |
Last Packager: | MagicAndWires |
Votes: | 9 |
Popularity: | 0.004630 |
First Submitted: | 2016-10-13 15:04 (UTC) |
Last Updated: | 2022-10-31 14:53 (UTC) |
Latest Comments
MagicAndWires commented on 2022-10-31 15:19 (UTC)
@audeodh
sorry for the late reply. There's indeed little difference between this and the
vim-airline
package. The main one is the install path for plugins is different for neovim and vim.All the code is exactly the same and as far as I'm aware, neovim (optionally?) still checks the vim plugin location, but I created this and other packages for neatness and indeed to not require vim on installation.
morealaz commented on 2022-06-25 13:49 (UTC)
@MagicAndWires: Please fix sources URL to use https scheme: git+https://github.com/vim-airline
audeoudh commented on 2022-01-19 10:07 (UTC)
It seems that this package is a duplicate of the official 'vim-airline': same source, same build package, except
Aanok commented on 2019-07-01 11:35 (UTC)
No worries, thanks for maintaining the package in the first place :)
Unfortunately, yes, versioning will become a bit coarser. I believe the intended process would be to create a separate package otherwise. But, frankly, it's perfectly fine as is imho.
MagicAndWires commented on 2019-06-30 21:55 (UTC)
Sorry Aanok, I seem to have missed your comment entirely.
The pkgver for
neovim-airline-themes
has been removed. Unfortunately this means the package version is somewhat misleading, but this does mean it is in sync with theneovim-airline
package. You win some, you lose some.Aanok commented on 2019-03-29 13:41 (UTC) (edited on 2019-03-29 13:41 (UTC) by Aanok)
Hello, there is a small issue in how you've setup the split package which won't allow it to be installed automatically:
makepkg -i
eventually yieldserror: '.../neovim-airline/neovim-airline-themes-0.9-2-any.pkg.tar.xz': could not find or read package
(of course,
pacman -U
pointing to the generated file works fine)In short, you should not override
pkgver
andpkgrel
in split functions (they are in fact not listed among variables you might override on PKGBUILD's man page).The problem, I believe, should be along the lines of
package_neovim-airline-themes()
seeing the local variables and naming the .tar.xz file accordingly, only for them to go out of scope afterwards and makepkg using the globals and failing.tobiasholl commented on 2018-01-29 18:25 (UTC)
The latest version seems to bring back the same issue (see FS#53355)
MagicAndWires commented on 2017-05-14 11:03 (UTC)
naund commented on 2017-05-13 17:54 (UTC)