- commit
- a2102f8
- parent
- 80e1a64
- author
- Eric Bower
- date
- 2021-10-04 00:20:20 +0000 UTC
#14 html script was stringified twice
2 files changed,
+19,
-1
+1,
-1
1@@ -47,7 +47,7 @@ async function clean() {
2 parser: 'json',
3 printWidth: 100,
4 });
5- await writeFile('./src/lib/html.json', JSON.stringify(json));
6+ await writeFile('./src/lib/html.json', json);
7 } catch (err) {
8 console.error(err);
9 }
+18,
-0
1@@ -278,6 +278,12 @@
2 "repo": "scnvim",
3 "tags": ["music", "plugin"]
4 },
5+ {
6+ "type": "github",
7+ "username": "dcampos",
8+ "repo": "nvim-snippy",
9+ "tags": ["snippet", "plugin"]
10+ },
11 {
12 "type": "github",
13 "username": "dracula",
14@@ -1590,6 +1596,12 @@
15 "repo": "aerial.nvim",
16 "tags": ["neovim-0.5", "plugin"]
17 },
18+ {
19+ "type": "github",
20+ "username": "stevearc",
21+ "repo": "gkeep.nvim",
22+ "tags": ["note-taking", "plugin"]
23+ },
24 {
25 "type": "github",
26 "username": "stevearc",
27@@ -1782,6 +1794,12 @@
28 "repo": "packer.nvim",
29 "tags": ["plugin-managers", "plugin"]
30 },
31+ {
32+ "type": "github",
33+ "username": "weilbith",
34+ "repo": "nvim-code-action-menu",
35+ "tags": ["neovim-0.5", "plugin"]
36+ },
37 {
38 "type": "github",
39 "username": "williamboman",