Skip to content

Releases: Sewdohe/NeoCode

NeoCode 0.2 Beta

06 Mar 03:18
Compare
Choose a tag to compare
NeoCode 0.2 Beta Pre-release
Pre-release

This release now features the auto-installer for both MacOS and Windows.

Run the installer with --deps --packer-install --create-user to make the entire process automatic. Windows uses packer package manager and MacOS uses brew, however if you don't have a package manager installed the respective one will be installed for you.
neoCodeInstaller.zip

We've also implemented user-config in this release, allowing users to put thier own configuration in the editor easily without being effected by pulling new changes from the github repo. The --create-user flag causes a user folder to be made in the lua directory where you can require your custom files in the init.lua.

Version 0.1 Alpha

21 Feb 16:35
Compare
Choose a tag to compare
Version 0.1 Alpha Pre-release
Pre-release

This release is capable of auto-installing all deps as well as Neovim itself, and auto-configuring packer packages to make you Vim IDE comfortable on first run!!!

Usage:
.\NeoCodeInstallerWindows --deps --install-packer

Everything should happen automatically, just make sure your developer mode is turned on in the Windows settings.