- commit
- b8100f9
- parent
- 13cf710
- author
- Eric Bower
- date
- 2021-08-16 21:57:22 +0000 UTC
disable autocaptialize
2 files changed,
+10,
-2
+9,
-2
1@@ -868,6 +868,12 @@
2 "repo": "nvim_context_vt",
3 "tags": ["editing-supports"]
4 },
5+ {
6+ "type": "github",
7+ "username": "romgrk",
8+ "repo": "nvim-treesitter-context",
9+ "tags": ["editing-supports"]
10+ },
11 { "type": "github", "username": "mizlan", "repo": "iswap.nvim", "tags": ["editing-supports"] },
12 { "type": "github", "username": "nacro90", "repo": "numb.nvim", "tags": ["editing-supports"] },
13 {
14@@ -901,6 +907,9 @@
15 "tags": ["web-development"]
16 },
17 { "type": "github", "username": "ekickx", "repo": "clipboard-image.nvim", "tags": ["media"] },
18+ { "type": "github", "username": "gwatcha", "repo": "reaper-keys", "tags": ["media"] },
19+ { "type": "github", "username": "madskjeldgaard", "repo": "reaper-nvim", "tags": ["music"] },
20+ { "type": "github", "username": "davidgranstrom", "repo": "scnvim", "tags": ["music"] },
21 {
22 "type": "github",
23 "username": "andweeb",
24@@ -980,8 +989,6 @@
25 "repo": "nvim-remote-containers",
26 "tags": ["remote-container-development"]
27 },
28- { "type": "github", "username": "davidgranstrom", "repo": "scnvim", "tags": ["music"] },
29- { "type": "github", "username": "madskjeldgaard", "repo": "reaper-nvim", "tags": ["music"] },
30 {
31 "type": "github",
32 "username": "beauwilliams",
+1,
-0
1@@ -100,6 +100,7 @@
2 on:keyup={debounce(onSearch)}
3 value={search}
4 placeholder="search to find a plugin"
5+ autocapitalize="off"
6 />
7 {#if search}
8 <span class="clear_search_icon" on:click={clearSearch}>