No description
Find a file
2023-10-05 12:06:57 -04:00
src Fix enum error 2023-08-31 14:15:23 -04:00
tests Update paranim and paratext 2022-05-03 11:40:44 +02:00
.gitattributes Add treesitter 2020-03-17 13:36:59 -04:00
paravim.nimble Bump version 2023-08-31 14:16:40 -04:00
README.md Update readme 2020-03-19 07:02:02 -04:00
screenshot.png Update screenshot 2020-06-25 15:11:28 -04:00
UNLICENSE Add copyright renunciation 2020-02-20 17:39:17 -05:00

Paravim is an editor for Nim powered by Vim (via libvim) and rendered with OpenGL (via paranim). There are two ways to run it:

  1. As a standalone executable. See the pvim repo for instructions on how to build it.

  2. 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 hitting Esc when the window appears.