paravim
A parasitic editor
Summary
| Latest Version | 0.18.5 |
|---|---|
| License | Public Domain |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:17 |
Tags
Authors
- oakes
Installation
nimble install paravim
choosenim install paravim
git clone https://github.com/paranim/paravim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| paravim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.2.6 | No |
| paranim >= | 0.12.0 | No |
| pararules >= | 1.4.0 | No |
| paratext >= | 0.13.0 | No |
| illwill >= | 0.2.0 | No |
Source
| Repository | https://github.com/paranim/paravim |
|---|---|
| Homepage | https://github.com/paranim/paravim |
| Registry Source | nimble_official |
README
Paravim is an editor for Nim powered by Vim (via libvim) and rendered with OpenGL (via paranim). There are two ways to run it:
-
As a standalone executable. See the pvim repo for instructions on how to build it.
-
Embedded inside a game. You can try it by running the parakeet example or any of the other paranim examples via
nimble dev, and then hittingEscwhen the window appears.