repos / neovimcraft

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

commit
9d3bfd7
parent
1741313
author
Ivan Smirnov
date
2022-11-12 13:38:18 +0000 UTC
Add Wansmer/treesj (#192)

1 files changed,  +7, -1
M src/lib/manual.json
+7, -1
 1@@ -109,6 +109,12 @@
 2       "repo": "music.nvim",
 3       "tags": ["media", "utility"]
 4     },
 5-    { "type": "github", "username": "Vonr", "repo": "align.nvim", "tags": ["formatting"] }
 6+    { "type": "github", "username": "Vonr", "repo": "align.nvim", "tags": ["formatting"] },
 7+    {
 8+      "type": "github",
 9+      "username": "Wansmer",
10+      "repo": "treesj",
11+      "tags": ["refactoring", "treesitter", "splitjoin"]
12+    }
13   ]
14 }