repos / neovimcraft

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

commit
e696e4b
parent
877f55f
author
github-actions[bot]
date
2022-11-08 13:11:21 +0000 UTC
[create-pull-request] automated change (#188)

1 files changed,  +26, -3
M src/lib/resources.json
+26, -3
 1@@ -351,7 +351,12 @@
 2       "repo": "vim",
 3       "tags": ["tree-sitter-supported-colorscheme"]
 4     },
 5-    { "type": "github", "username": "drybalka", "repo": "tree-climber.nvim", "tags": ["motion"] },
 6+    {
 7+      "type": "github",
 8+      "username": "drybalka",
 9+      "repo": "tree-climber.nvim",
10+      "tags": ["treesitter-based"]
11+    },
12     { "type": "github", "username": "dstein64", "repo": "nvim-scrollview", "tags": ["scrollbar"] },
13     {
14       "type": "github",
15@@ -978,7 +983,7 @@
16       "type": "github",
17       "username": "mfussenegger",
18       "repo": "nvim-ts-hint-textobject",
19-      "tags": ["motion"]
20+      "tags": ["treesitter-based"]
21     },
22     {
23       "type": "github",
24@@ -1084,6 +1089,18 @@
25     },
26     { "type": "github", "username": "neovim", "repo": "nvim-lspconfig", "tags": ["neovim-0.5"] },
27     { "type": "github", "username": "NFrid", "repo": "due.nvim", "tags": ["note-taking"] },
28+    {
29+      "type": "github",
30+      "username": "NFrid",
31+      "repo": "markdown-togglecheck",
32+      "tags": ["markdown-/-latex"]
33+    },
34+    {
35+      "type": "github",
36+      "username": "NFrid",
37+      "repo": "treesitter-utils",
38+      "tags": ["neovim-lua-development"]
39+    },
40     { "type": "github", "username": "nguyenvukhang", "repo": "nvim-toggler", "tags": ["utility"] },
41     { "type": "github", "username": "nikvdp", "repo": "neomux", "tags": ["terminal-integration"] },
42     {
43@@ -1360,6 +1377,7 @@
44       "repo": "tabline-framework.nvim",
45       "tags": ["tabline"]
46     },
47+    { "type": "github", "username": "ranjithshegde", "repo": "ccls.nvim", "tags": ["neovim-0.5"] },
48     {
49       "type": "github",
50       "username": "ray-x",
51@@ -1893,6 +1911,11 @@
52     },
53     { "type": "github", "username": "ziontee113", "repo": "color-picker.nvim", "tags": ["color"] },
54     { "type": "github", "username": "ziontee113", "repo": "icon-picker.nvim", "tags": ["icon"] },
55-    { "type": "github", "username": "ziontee113", "repo": "syntax-tree-surfer", "tags": ["motion"] }
56+    {
57+      "type": "github",
58+      "username": "ziontee113",
59+      "repo": "syntax-tree-surfer",
60+      "tags": ["treesitter-based"]
61+    }
62   ]
63 }