repos / neovimcraft

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

commit
b82b66a
parent
036adeb
author
Eric Bower
date
2021-08-30 00:16:26 +0000 UTC
added resource; remove plugin tag from some resources
1 files changed,  +23, -22
M src/lib/resources.json
+23, -22
  1@@ -1,27 +1,27 @@
  2 {
  3   "resources": [
  4-    { "type": "github", "username": "yatli", "repo": "fvim", "tags": ["ui", "plugin"] },
  5-    { "type": "github", "username": "smolck", "repo": "uivonim", "tags": ["ui", "plugin"] },
  6-    { "type": "github", "username": "qvacua", "repo": "vimr", "tags": ["ui", "plugin"] },
  7-    { "type": "github", "username": "vhakulinen", "repo": "gnvim", "tags": ["ui", "plugin"] },
  8-    { "type": "github", "username": "Kethku", "repo": "neovide", "tags": ["ui", "plugin"] },
  9-    { "type": "github", "username": "beeender", "repo": "glrnvim", "tags": ["ui", "plugin"] },
 10-    { "type": "github", "username": "akiyosi", "repo": "goneovim", "tags": ["ui", "plugin"] },
 11-    { "type": "github", "username": "RMichelsen", "repo": "Nvy", "tags": ["ui", "plugin"] },
 12+    { "type": "github", "username": "yatli", "repo": "fvim", "tags": ["ui"] },
 13+    { "type": "github", "username": "smolck", "repo": "uivonim", "tags": ["ui"] },
 14+    { "type": "github", "username": "qvacua", "repo": "vimr", "tags": ["ui"] },
 15+    { "type": "github", "username": "vhakulinen", "repo": "gnvim", "tags": ["ui"] },
 16+    { "type": "github", "username": "Kethku", "repo": "neovide", "tags": ["ui"] },
 17+    { "type": "github", "username": "beeender", "repo": "glrnvim", "tags": ["ui"] },
 18+    { "type": "github", "username": "akiyosi", "repo": "goneovim", "tags": ["ui"] },
 19+    { "type": "github", "username": "RMichelsen", "repo": "Nvy", "tags": ["ui"] },
 20     {
 21       "type": "github",
 22       "username": "asvetliakov",
 23       "repo": "vscode-neovim",
 24-      "tags": ["ui", "plugin"]
 25+      "tags": ["ui"]
 26     },
 27-    { "type": "github", "username": "equalsraf", "repo": "neovim-qt", "tags": ["ui", "plugin"] },
 28-    { "type": "github", "username": "lunixbochs", "repo": "actualvim", "tags": ["ui", "plugin"] },
 29-    { "type": "github", "username": "vv-vim", "repo": "vv", "tags": ["ui", "plugin"] },
 30+    { "type": "github", "username": "equalsraf", "repo": "neovim-qt", "tags": ["ui"] },
 31+    { "type": "github", "username": "lunixbochs", "repo": "actualvim", "tags": ["ui"] },
 32+    { "type": "github", "username": "vv-vim", "repo": "vv", "tags": ["ui"] },
 33     {
 34       "type": "github",
 35       "username": "jebberjeb",
 36       "repo": "javafx-neovimpane",
 37-      "tags": ["ui", "plugin"]
 38+      "tags": ["ui"]
 39     },
 40     {
 41       "type": "github",
 42@@ -1575,43 +1575,43 @@
 43       "type": "github",
 44       "username": "NTBBloodbath",
 45       "repo": "doom-nvim",
 46-      "tags": ["preconfigured-configurations", "plugin"]
 47+      "tags": ["preconfigured-configurations"]
 48     },
 49     {
 50       "type": "github",
 51       "username": "crivotz",
 52       "repo": "nv-ide",
 53-      "tags": ["preconfigured-configurations", "plugin"]
 54+      "tags": ["preconfigured-configurations"]
 55     },
 56     {
 57       "type": "github",
 58       "username": "ChristianChiarulli",
 59       "repo": "LunarVim",
 60-      "tags": ["preconfigured-configurations", "plugin"]
 61+      "tags": ["preconfigured-configurations"]
 62     },
 63     {
 64       "type": "github",
 65       "username": "hackorum",
 66       "repo": "VapourNvim",
 67-      "tags": ["preconfigured-configurations", "plugin"]
 68+      "tags": ["preconfigured-configurations"]
 69     },
 70     {
 71       "type": "github",
 72       "username": "vi-tality",
 73       "repo": "neovitality",
 74-      "tags": ["preconfigured-configurations", "plugin"]
 75+      "tags": ["preconfigured-configurations"]
 76     },
 77     {
 78       "type": "github",
 79       "username": "siduck76",
 80       "repo": "NvChad",
 81-      "tags": ["preconfigured-configurations", "plugin"]
 82+      "tags": ["preconfigured-configurations"]
 83     },
 84     {
 85       "type": "github",
 86       "username": "ashincoder",
 87       "repo": "StarVim",
 88-      "tags": ["preconfigured-configurations", "plugin"]
 89+      "tags": ["preconfigured-configurations"]
 90     },
 91     {
 92       "type": "github",
 93@@ -1722,7 +1722,7 @@
 94       "type": "github",
 95       "username": "samrath2007",
 96       "repo": "kyoto.nvim",
 97-      "tags": ["preconfigured-configurations", "plugin"]
 98+      "tags": ["preconfigured-configurations"]
 99     },
100     {
101       "type": "github",
102@@ -1768,6 +1768,7 @@
103       "repo": "nvim-select-multi-line",
104       "tags": ["plugin"]
105     },
106-    { "type": "github", "username": "saecki", "repo": "crates.nvim", "tags": ["rust", "plugin"] }
107+    { "type": "github", "username": "saecki", "repo": "crates.nvim", "tags": ["rust", "plugin"] },
108+    { "type": "github", "username": "rohit-px2", "repo": "nvui", "tags": ["ui"] }
109   ]
110 }