mirror of
https://github.com/paranim/paravim
synced 2026-01-14 18:41:46 +00:00
No description
| src | ||
| tests | ||
| .gitattributes | ||
| paravim.nimble | ||
| README.md | ||
| screenshot.png | ||
| UNLICENSE | ||
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.