Search Criteria
Package Details: onivim-git 0.3.7.beta2.r46.g50d89d1a5-2
Git Clone URL: | https://aur.archlinux.org/onivim-git.git (read-only, click to copy) |
---|---|
Package Base: | onivim-git |
Description: | Modern modal editing, powered by Neovim |
Upstream URL: | https://github.com/onivim/oni |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | mfracker |
Maintainer: | mfracker |
Last Packager: | mfracker |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-05 09:36 |
Last Updated: | 2019-03-18 21:32 |
Dependencies (8)
- gconf (gconf-gtk2)
- libxss
- neovim (neovim-git, neovim-nightly-git, neovim-nightly-bin)
- nodejs>=8.15.1 (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium)
- npm (npm4, nodejs6-bin) (make)
- rsync (rsync-git) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- yarn (yarn-nightly) (make)
Latest Comments
sudoforge commented on 2019-04-15 16:05
To build in a chroot,
makedepends
needs to includegit
.mfracker commented on 2019-03-18 21:15
@superherointj Originally it was put as nodejs-lts-carbon, since CI builds for oni are using node8. I am updating it to nodejs right now, since there is no real reason why it must be node8.
EDIT: typo
superherointj commented on 2019-03-17 23:47
Why not use latest nodejs? Using old version of node will just create conflicts. I could not install it because of same reason.
mfracker commented on 2019-02-28 15:27
@trevdev I don't have plans to make this possible.
trevdev commented on 2019-02-28 03:21
Is there any chance that this could be build with nvm instead of lts-carbon? For those of us who have some other version of node installed, the dependencies become a conflict.
mfracker commented on 2018-11-24 14:00
@kf1123 Thank you! I’ll add it when I get home.
kf1123 commented on 2018-11-24 07:59
I think this package requires npm. https://github.com/onivim/oni/blob/master/vim/core/oni-plugin-typescript/package.json#L9
After install npm, build it successful.
mfracker commented on 2018-11-05 18:44
You're right. Thank you!
Yosh commented on 2018-11-05 17:24
You can add yarn as a dependency.