repos / neovimcraft

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

commit
852d848
parent
a75393e
author
Eric Bower
date
2022-04-10 16:25:16 +0000 UTC
resources
2 files changed,  +9, -1
M package.json
+2, -1
 1@@ -21,7 +21,8 @@
 2     "upload": "gsutil -m -h 'Cache-Control:private, max-age=0, no-transform' rsync -r ./build gs://neovimcraft.com",
 3     "upload:db": "gsutil -m -h 'Cache-Control:private, max-age=0, no-transform' cp ./src/lib/db.json gs://neovimcraft.com/db.json",
 4     "deploy": "yarn build:clean && yarn build && yarn upload:clean && yarn upload && yarn upload:db",
 5-    "deploy:all": "yarn scrape && yarn patch && yarn process && yarn html && yarn deploy"
 6+    "deploy:all": "yarn scrape && yarn patch && yarn process && yarn html && yarn deploy",
 7+    "ci": "yarn scrape && yarn patch && yarn process && yarn html"
 8   },
 9   "devDependencies": {
10     "@sveltejs/adapter-static": "^1.0.0-next.13",
M src/lib/resources.json
+7, -0
 1@@ -346,6 +346,7 @@
 2       "repo": "substitute.nvim",
 3       "tags": ["editing-support"]
 4     },
 5+    { "type": "github", "username": "gbprod", "repo": "yanky.nvim", "tags": ["editing-support"] },
 6     { "type": "github", "username": "gelguy", "repo": "wilder.nvim", "tags": ["command-line"] },
 7     { "type": "github", "username": "gennaro-tedesco", "repo": "boilit", "tags": ["boilerplate"] },
 8     {
 9@@ -770,6 +771,12 @@
10       "repo": "legendary.nvim",
11       "tags": ["keybinding"]
12     },
13+    {
14+      "type": "github",
15+      "username": "mrjones2014",
16+      "repo": "smart-splits.nvim",
17+      "tags": ["split-and-window"]
18+    },
19     { "type": "github", "username": "ms-jpq", "repo": "chadtree", "tags": ["file-explorer"] },
20     { "type": "github", "username": "ms-jpq", "repo": "coq_nvim", "tags": ["completion"] },
21     {