-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for installing Neovim #1
Comments
Oh cool, that'll be useful. This was something I wanted to look into doing. |
Can you provide some input of how it should be done? |
Sorry this fell off my todo list. I haven't actually tried it yet, but it should just need to be installed in a place where
Yeah, I think that would keep it simple. My thoughts left off on trying to get it to actually build the release versions in addition to nightly, but it wasn't working without using pre-built packages for libvterm and libtermkey from the testing channel(?). I was also thinking about removing the requirement of sourcing Paging @mhinz in case he made some breakthrough with building Neovim in Alpine docker. |
I've created #8 for the better-vimrc-rtp.vim-handling. |
I'm looking forward to this. Thank you for writing |
Might be as easy as the following for nightlies (works for Travis):
https://github.com/neovim/bot-ci/blob/master/scripts/travis-setup.sh
https://github.com/neovim/bot-ci#nightly-builds
Support for specific versions might me nice though, too - but not really required at the moment.
The text was updated successfully, but these errors were encountered: