NOTE: Development for this project has moved to the uivonim repo; no more development will be done here.
Uivonim is a fork of Veonim, "a simple modal IDE built on Neovim and VSCode extensions" written in electron with WebGL GPU rendering and multithreading, but which is no longer maintained. The goal of Uivonim is to use Veonim as a base for building a feature-rich cross-platform GUI that leverages the latest Neovim features (floating windows, builtin LSP, Lua) without reliance on VSCode extensions.
- 100% compatibility with Neovim (see #9421)
- All configuration done via vimrc with vimscript/Lua/remote plugins
- Opt-in GUI features and eyecandy
- Fully keyboard driven (no mouse support)
- Fast, building upon the work done by @breja, with things like WebGL GPU rendering and multithreading
- Extensibility via a Lua API providing access to frontend GUI features such as LSP hovers and a fuzzy finder UI
Download the latest GitHub release, or build from source (see the "build" section at the bottom of this README).
Install the following things:
- node/npm
- latest Neovim
Then run:
npm install
- standard issue download 5 million node_modulesnpm run build
- release build of the codenpm run start:release
(optional) - run the release code without packagingnpm run package
- use electron-builder to create a binary package
Binaries available in dist
.
An absolutely massive thank you to @breja for all of the work you did on the original Veonim project; without your work (including the amazing achievement of making Electron snappy!) and vision for the original project, Uivonim would not exist. Thank you!