From ed7cc9a0e24b56284cc9f7ec6215cd70f8a1e0a0 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Thu, 12 Mar 2020 21:44:38 -0400 Subject: [PATCH] Add paravim (#1395) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 094d8e8..01faba4 100644 --- a/packages.json +++ b/packages.json @@ -16938,5 +16938,16 @@ "description": "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language.", "license": "BSD", "web": "https://github.com/zendbit/nim.zfblast" + }, + { + "name": "paravim", + "url": "https://github.com/paranim/paravim", + "method": "git", + "tags": [ + "editor", + "games" + ], + "description": "An embedded text editor for paranim games", + "license": "Public Domain" } ]