This is a fork of Onivim 2 where I will upload the latest builds (both stable and nightly).
Download onvim2-bin or onivim2-nightly-bin with the AUR helper of your choice.
First, you need to download Onivim2-x86_64.AppImage
from releases, which is the AppImage of onivim2
. You can choose the stable or the nightly release.
Then, if you want Oni2
to appear in your application menu/launcher, you need to download the desktop file and logo.
Finally, you need to move the files to /usr
(you may need root privileges):
chmod u+x Onivim2-x86_64.AppImage
mv Onivim2-x86_64.AppImage /usr/local/bin/Oni2
And if you also downloaded the desktop file and logo:
mv Onivim2.desktop /usr/share/applications
mv logo.png /usr/share/icons/Onivim2.png
After that, if /usr/local/bin
is in your PATH
, you can simply run Oni2
in your terminal or application launcher.
Simply download the .exe
file from nightly releases and run it.
Simply download the .dmg
file from nightly releases and run it. You need to allow the app to run in the privacy settings of macOS.
See Documentation.
See LICENSE and ThirdPartyLicenses.