repos / neovimcraft

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

commit
697e008
parent
2714721
author
Eric Bower
date
2021-08-22 21:48:04 +0000 UTC
more resources
1 files changed,  +13, -0
M src/lib/resources.json
+13, -0
 1@@ -109,6 +109,12 @@
 2       "repo": "nvim-lspinstall",
 3       "tags": ["lsp-installers"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "williamboman",
 8+      "repo": "nvim-lsp-installer",
 9+      "tags": ["lsp-installers"]
10+    },
11     { "type": "github", "username": "nvim-lua", "repo": "completion-nvim", "tags": ["completion"] },
12     { "type": "github", "username": "hrsh7th", "repo": "nvim-compe", "tags": ["completion"] },
13     { "type": "github", "username": "hrsh7th", "repo": "nvim-cmp", "tags": ["completion"] },
14@@ -1063,6 +1069,13 @@
15       "username": "ironhouzi",
16       "repo": "starlite-nvim",
17       "tags": ["plugin", "neovim-0.5"]
18+    },
19+    { "type": "github", "username": "SmiteshP", "repo": "nvim-gps", "tags": ["plugin"] },
20+    {
21+      "type": "github",
22+      "username": "Rasukarusan",
23+      "repo": "nvim-select-multi-line",
24+      "tags": ["plugin"]
25     }
26   ]
27 }