repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
2343e71
parent
177b02d
author
Kevin Klement
date
2022-05-02 15:33:39 +0000 UTC
Add "frabjous/knap" to manual.json (#41)

Add a plugin for auto-previewing LaTeX and markdown and other files.
1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -1,5 +1,11 @@
 2 {
 3   "resources": [
 4+    { 
 5+      "type": "github", 
 6+      "username": "frabjous", 
 7+      "repo": "knap", 
 8+      "tags": ["latex","markdown"] 
 9+    },
10     { "type": "github", "username": "jceb", "repo": "blinds.nvim", "tags": ["color"] },
11     {
12       "type": "github",