Skip to content

Commit 7038a3a

Browse files
committed
Backup update
1 parent b9f3761 commit 7038a3a

File tree

239 files changed

+66886
-3068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+66886
-3068
lines changed

last_update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-11T02:33:20Z
1+
2025-03-18T02:30:01Z

repositories/neovim-releases/pulls/23.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"downloads_url": "https://api.github.com/repos/neovim/neovim-releases/downloads",
5656
"events_url": "https://api.github.com/repos/neovim/neovim-releases/events",
5757
"fork": false,
58-
"forks": 8,
59-
"forks_count": 8,
58+
"forks": 9,
59+
"forks_count": 9,
6060
"forks_url": "https://api.github.com/repos/neovim/neovim-releases/forks",
6161
"full_name": "neovim/neovim-releases",
6262
"git_commits_url": "https://api.github.com/repos/neovim/neovim-releases/git/commits{/sha}",
@@ -113,11 +113,11 @@
113113
},
114114
"private": false,
115115
"pulls_url": "https://api.github.com/repos/neovim/neovim-releases/pulls{/number}",
116-
"pushed_at": "2025-03-10T05:19:02Z",
116+
"pushed_at": "2025-03-17T05:21:04Z",
117117
"releases_url": "https://api.github.com/repos/neovim/neovim-releases/releases{/id}",
118118
"size": 25,
119119
"ssh_url": "[email protected]:neovim/neovim-releases.git",
120-
"stargazers_count": 139,
120+
"stargazers_count": 140,
121121
"stargazers_url": "https://api.github.com/repos/neovim/neovim-releases/stargazers",
122122
"statuses_url": "https://api.github.com/repos/neovim/neovim-releases/statuses/{sha}",
123123
"subscribers_url": "https://api.github.com/repos/neovim/neovim-releases/subscribers",
@@ -127,11 +127,11 @@
127127
"teams_url": "https://api.github.com/repos/neovim/neovim-releases/teams",
128128
"topics": [],
129129
"trees_url": "https://api.github.com/repos/neovim/neovim-releases/git/trees{/sha}",
130-
"updated_at": "2025-03-10T15:20:46Z",
130+
"updated_at": "2025-03-18T00:01:29Z",
131131
"url": "https://api.github.com/repos/neovim/neovim-releases",
132132
"visibility": "public",
133-
"watchers": 139,
134-
"watchers_count": 139,
133+
"watchers": 140,
134+
"watchers_count": 140,
135135
"web_commit_signoff_required": false
136136
},
137137
"sha": "285a75576f6f212acbf1e26d0814d8dc0cedc532",
@@ -295,9 +295,9 @@
295295
},
296296
"private": false,
297297
"pulls_url": "https://api.github.com/repos/rufo/neovim-releases/pulls{/number}",
298-
"pushed_at": "2025-03-10T05:14:58Z",
298+
"pushed_at": "2025-03-17T05:15:30Z",
299299
"releases_url": "https://api.github.com/repos/rufo/neovim-releases/releases{/id}",
300-
"size": 26,
300+
"size": 25,
301301
"ssh_url": "[email protected]:rufo/neovim-releases.git",
302302
"stargazers_count": 0,
303303
"stargazers_url": "https://api.github.com/repos/rufo/neovim-releases/stargazers",
@@ -379,7 +379,7 @@
379379
"state": "open",
380380
"statuses_url": "https://api.github.com/repos/neovim/neovim-releases/statuses/3835f744ff78d1ebc9f790c92ce40a96a0f4b1fd",
381381
"title": "feat: Add arm64 builds",
382-
"updated_at": "2025-03-08T14:48:00Z",
382+
"updated_at": "2025-03-17T02:28:20Z",
383383
"url": "https://api.github.com/repos/neovim/neovim-releases/pulls/23",
384384
"user": {
385385
"avatar_url": "https://avatars.githubusercontent.com/u/2745?v=4",

repositories/neovim.github.io/issues/370.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"assignee": null,
44
"assignees": [],
55
"author_association": "MEMBER",
6-
"body": "key callouts:\n\n- async treesitter. opening and editing treesitter-highlighted files never blocks the UI or user input.\n- defaults. especially LSP defaults\n- many new stdlib fns, but no new RPC API fns. but we have a clear path to more flexibility in the RPC API, while still maintaining back-compat.\n- ....\n\nscreenshots:\n\n- OSC 133 shell prompts\n- `virtual_lines` lsp diagnostics\n",
6+
"body": "key callouts:\n\n- async treesitter. opening and editing treesitter-highlighted files never blocks the UI or user input.\n- defaults. especially LSP defaults\n- many new stdlib fns, but no new RPC API fns. but we have a clear path to more flexibility in the RPC API, while still maintaining back-compat.\n- lsp config: `Use |vim.lsp.config()| to define, and selectively enable, LSP configurations.\nThis is basically a wrapper around |vim.lsp.start()| which allows you to share\nand merge configs (which may be provided by Nvim or third-party plugins)`\n- ....\n\nscreenshots:\n\n- OSC 133 shell prompts\n- `virtual_lines` lsp diagnostics\n",
77
"closed_at": null,
88
"closed_by": null,
99
"comment_data": [],
@@ -42,7 +42,7 @@
4242
},
4343
"timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370/timeline",
4444
"title": "news 0.11",
45-
"updated_at": "2025-03-10T16:09:35Z",
45+
"updated_at": "2025-03-16T21:34:04Z",
4646
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370",
4747
"user": {
4848
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",

0 commit comments

Comments
 (0)