repos / neovimcraft

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

commit
ebe7811
parent
e82dace
author
Phúc H. Lê Khắc
date
2023-04-14 16:44:25 +0000 UTC
Add jupyter-kernel.nvim (#310)

1 files changed,  +13, -0
M data/manual.json
+13, -0
 1@@ -326,6 +326,19 @@
 2         "plugin",
 3         "lsp"
 4       ]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "lkhphuc",
 9+      "repo": "jupyter-kernel.nvim",
10+      "tags": [
11+        "plugin",
12+        "programming-languages-support",
13+        "code-runner",
14+        "debugging",
15+        "completion",
16+        "jupyter"
17+      ]
18     }
19   ]
20 }