Skip to content

Commit 135df43

Browse files
committed
Backup update
1 parent a9d3dcd commit 135df43

File tree

179 files changed

+61762
-2219
lines changed

Some content is hidden

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

179 files changed

+61762
-2219
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-24T01:55:09Z
1+
2025-07-01T02:51:55Z

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

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "MEMBER",
66
"body": "<img width=\"432\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1d20a1a2-95a1-4c0c-84ae-3a1370d8a7ba\" />\n\nkey 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",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-06-29T14:34:31Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
10+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/justinmk/followers",
12+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/justinmk",
16+
"id": 1359421,
17+
"login": "justinmk",
18+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
19+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
20+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
21+
"repos_url": "https://api.github.com/users/justinmk/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/justinmk",
27+
"user_view_type": "public"
28+
},
929
"comment_data": [],
1030
"comments": 0,
1131
"comments_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370/comments",
@@ -33,8 +53,8 @@
3353
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370/reactions"
3454
},
3555
"repository_url": "https://api.github.com/repos/neovim/neovim.github.io",
36-
"state": "open",
37-
"state_reason": null,
56+
"state": "closed",
57+
"state_reason": "completed",
3858
"sub_issues_summary": {
3959
"completed": 0,
4060
"percent_completed": 0,
@@ -43,7 +63,7 @@
4363
"timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370/timeline",
4464
"title": "news 0.11",
4565
"type": null,
46-
"updated_at": "2025-03-21T10:37:19Z",
66+
"updated_at": "2025-06-29T14:34:31Z",
4767
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/370",
4868
"user": {
4969
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",

repositories/neovim/issues/14453.json

Lines changed: 73 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "CONTRIBUTOR",
66
"body": "<!-- Before reporting: search existing issues and check the FAQ. -->\r\n\r\n- `nvim --version`: NVIM v0.5.0-dev+1281-gecf075eb2\r\n- `vim -u DEFAULTS` (version: ) behaves differently? does not have `nvim_open_win` and `winblend`\r\n- Operating system/version: Archlinux\r\n- Terminal name/version: kitty 0.20.2\r\n- `$TERM`: xterm-kitty\r\n\r\n### Steps to reproduce using `nvim -u NORC`\r\n\r\nuse this [file.lua](https://paste.sh/ZRdQEKs1#K5jFWBNQi-NUcuT-yaCc3xsC) and observe the underline.\r\n\r\n```\r\nnvim -u NORC file.lua\r\n```\r\n\r\nThe first line is overlayed by a transparent floating window, the second one is not. \r\n\r\n### Actual behaviour\r\n\r\n![image](https://user-images.githubusercontent.com/51877647/116412332-c62b8600-a860-11eb-905a-1220848e9754.png)\r\n\r\n\r\n### Expected behaviour\r\n\r\n![image](https://user-images.githubusercontent.com/51877647/116412361-d04d8480-a860-11eb-9f74-c44a06b5f3cd.png)\r\n\r\n--- \r\n\r\nMaybe it's because `xterm-kitty` has the ability to use a different underline colour so it changed to red, while `xterm-256color` does not, the underline has the same colour as the text regardless of the setting.\r\nThis only happens when the text is below a floating window with `winblend=100`.\r\n\r\nOne of the solutions is changing the `guisp` manually to a colour I want but that doesn't seem good, ideally it should not change to red when it's overlayed by a floating window. \r\nThe other solution is changing my `$TERM` to `xterm-256color` but I'd lose the capability of changing the underline colour which is useful for LSP diagnostics.\r\n\r\nThanks in advance!",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-06-27T09:52:29Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
10+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/justinmk/followers",
12+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/justinmk",
16+
"id": 1359421,
17+
"login": "justinmk",
18+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
19+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
20+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
21+
"repos_url": "https://api.github.com/users/justinmk/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/justinmk",
27+
"user_view_type": "public"
28+
},
929
"comment_data": [
1030
{
1131
"author_association": "MEMBER",
@@ -234,7 +254,44 @@
234254
],
235255
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/14453/labels{/name}",
236256
"locked": false,
237-
"milestone": null,
257+
"milestone": {
258+
"closed_at": null,
259+
"closed_issues": 43,
260+
"created_at": "2025-05-30T23:27:41Z",
261+
"creator": {
262+
"avatar_url": "https://avatars.githubusercontent.com/u/35768171?v=4",
263+
"events_url": "https://api.github.com/users/zeertzjq/events{/privacy}",
264+
"followers_url": "https://api.github.com/users/zeertzjq/followers",
265+
"following_url": "https://api.github.com/users/zeertzjq/following{/other_user}",
266+
"gists_url": "https://api.github.com/users/zeertzjq/gists{/gist_id}",
267+
"gravatar_id": "",
268+
"html_url": "https://github.com/zeertzjq",
269+
"id": 35768171,
270+
"login": "zeertzjq",
271+
"node_id": "MDQ6VXNlcjM1NzY4MTcx",
272+
"organizations_url": "https://api.github.com/users/zeertzjq/orgs",
273+
"received_events_url": "https://api.github.com/users/zeertzjq/received_events",
274+
"repos_url": "https://api.github.com/users/zeertzjq/repos",
275+
"site_admin": false,
276+
"starred_url": "https://api.github.com/users/zeertzjq/starred{/owner}{/repo}",
277+
"subscriptions_url": "https://api.github.com/users/zeertzjq/subscriptions",
278+
"type": "User",
279+
"url": "https://api.github.com/users/zeertzjq",
280+
"user_view_type": "public"
281+
},
282+
"description": "",
283+
"due_on": null,
284+
"html_url": "https://github.com/neovim/neovim/milestone/51",
285+
"id": 12988090,
286+
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/51/labels",
287+
"node_id": "MI_kwDOAPphoM4Axi66",
288+
"number": 51,
289+
"open_issues": 22,
290+
"state": "open",
291+
"title": "0.11.3",
292+
"updated_at": "2025-06-30T13:22:58Z",
293+
"url": "https://api.github.com/repos/neovim/neovim/milestones/51"
294+
},
238295
"node_id": "MDU6SXNzdWU4Njk5NjE4ODY=",
239296
"number": 14453,
240297
"performed_via_github_app": null,
@@ -251,16 +308,26 @@
251308
"url": "https://api.github.com/repos/neovim/neovim/issues/14453/reactions"
252309
},
253310
"repository_url": "https://api.github.com/repos/neovim/neovim",
254-
"state": "open",
255-
"state_reason": null,
311+
"state": "closed",
312+
"state_reason": "completed",
256313
"sub_issues_summary": {
257314
"completed": 0,
258315
"percent_completed": 0,
259316
"total": 0
260317
},
261318
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/14453/timeline",
262319
"title": "underline has a wrong colour if the text is overlayed by a transparent floating window",
263-
"updated_at": "2025-01-19T11:34:45Z",
320+
"type": {
321+
"color": "red",
322+
"created_at": "2024-01-25T10:10:19Z",
323+
"description": "An unexpected problem or behavior",
324+
"id": 597163,
325+
"is_enabled": true,
326+
"name": "Bug",
327+
"node_id": "IT_kwDOAGK_Pc4ACRyr",
328+
"updated_at": "2024-07-26T10:12:30Z"
329+
},
330+
"updated_at": "2025-06-27T09:52:41Z",
264331
"url": "https://api.github.com/repos/neovim/neovim/issues/14453",
265332
"user": {
266333
"avatar_url": "https://avatars.githubusercontent.com/u/51877647?v=4",

repositories/neovim/issues/15950.json

Lines changed: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -637,51 +637,6 @@
637637
"user_view_type": "public"
638638
}
639639
},
640-
{
641-
"author_association": "CONTRIBUTOR",
642-
"body": "> The goal of this issue is only to capture low-maintenance improvements. Not to solve the universe.\r\n\r\nWhile I can understand where the premise of improving the defaults, on the pretense of it being a low-hanging fruit effort, is coming from, it's also worthwhile to consider the recent trend of delegating hardcoded core functionality, which is non-customizable by default, to plugins.\r\n\r\nTwo recent examples come to mind:\r\n\r\n- Rendering of pummenu using floating windows, as done e.g. by [nvim-cmp](https://github.com/hrsh7th/nvim-cmp#experimentalnative_menu-type-boolean) and [pum.vim](https://github.com/Shougo/pum.vim)\r\n\r\n- Rendering of messages using an external provider\r\n - [nvim-notify](https://github.com/rcarriga/nvim-notify)\r\n - [[RFC] feat: add 'msgfunc' option](https://github.com/neovim/neovim/pull/16383)\r\n\r\nOn a similar idea, instead tweaking the UI defaults, it would be more worthwhile to make the system itself be delegatable to a plugin - `copen` to `plugin#copen`, `cdo` to `plugin#cdo`, and so on.\r\n\r\nWhat inspired me to write this idea was https://github.com/kevinhwang91/nvim-bqf. That plugin provides UIs for viewing and manipulating the quickfix list, but it does not replace it, which means the user is forced to deal with both systems; for instance, if you want `cdo`, first you have to \"export\" the list from the plugin's UI to the quickfix list and only then perform the operations. \r\n\r\nThrough the plugin delegation path, not only the [OP's idea](https://github.com/neovim/neovim/issues/15950#issue-1020500863) is achievable, but it would allow for any kind of customization now and in the future. This sort of concern would not come up again and debates on alignment, formatting and etc, would not exist because users would be free to customize the UI to their liking.\r\n\r\nOf course it's possible to pursue both this thread's and the delegation idea at the same time, but I thought I would chime in in case the latter sounds like a better way to spend the effort.",
643-
"created_at": "2021-11-29T17:31:53Z",
644-
"html_url": "https://github.com/neovim/neovim/issues/15950#issuecomment-981856165",
645-
"id": 981856165,
646-
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/15950",
647-
"node_id": "IC_kwDOAPphoM46he-l",
648-
"performed_via_github_app": null,
649-
"reactions": {
650-
"+1": 2,
651-
"-1": 0,
652-
"confused": 0,
653-
"eyes": 1,
654-
"heart": 0,
655-
"hooray": 0,
656-
"laugh": 0,
657-
"rocket": 0,
658-
"total_count": 3,
659-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/981856165/reactions"
660-
},
661-
"updated_at": "2021-11-29T17:33:32Z",
662-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/981856165",
663-
"user": {
664-
"avatar_url": "https://avatars.githubusercontent.com/u/17429390?v=4",
665-
"events_url": "https://api.github.com/users/resolritter/events{/privacy}",
666-
"followers_url": "https://api.github.com/users/resolritter/followers",
667-
"following_url": "https://api.github.com/users/resolritter/following{/other_user}",
668-
"gists_url": "https://api.github.com/users/resolritter/gists{/gist_id}",
669-
"gravatar_id": "",
670-
"html_url": "https://github.com/resolritter",
671-
"id": 17429390,
672-
"login": "resolritter",
673-
"node_id": "MDQ6VXNlcjE3NDI5Mzkw",
674-
"organizations_url": "https://api.github.com/users/resolritter/orgs",
675-
"received_events_url": "https://api.github.com/users/resolritter/received_events",
676-
"repos_url": "https://api.github.com/users/resolritter/repos",
677-
"site_admin": false,
678-
"starred_url": "https://api.github.com/users/resolritter/starred{/owner}{/repo}",
679-
"subscriptions_url": "https://api.github.com/users/resolritter/subscriptions",
680-
"type": "User",
681-
"url": "https://api.github.com/users/resolritter",
682-
"user_view_type": "public"
683-
}
684-
},
685640
{
686641
"author_association": "MEMBER",
687642
"body": "After https://github.com/neovim/neovim/pull/17776 conceal is now feasible.",
@@ -728,7 +683,7 @@
728683
}
729684
}
730685
],
731-
"comments": 16,
686+
"comments": 15,
732687
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/15950/comments",
733688
"created_at": "2021-10-07T22:05:17Z",
734689
"events_url": "https://api.github.com/repos/neovim/neovim/issues/15950/events",
@@ -785,7 +740,7 @@
785740
"locked": false,
786741
"milestone": {
787742
"closed_at": null,
788-
"closed_issues": 686,
743+
"closed_issues": 725,
789744
"created_at": "2014-05-10T20:43:04Z",
790745
"creator": {
791746
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -815,25 +770,25 @@
815770
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
816771
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
817772
"number": 6,
818-
"open_issues": 635,
773+
"open_issues": 634,
819774
"state": "open",
820775
"title": "backlog",
821-
"updated_at": "2025-01-21T00:09:37Z",
776+
"updated_at": "2025-06-30T13:22:58Z",
822777
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
823778
},
824779
"node_id": "I_kwDOAPphoM4805t_",
825780
"number": 15950,
826781
"performed_via_github_app": null,
827782
"reactions": {
828-
"+1": 39,
783+
"+1": 43,
829784
"-1": 0,
830785
"confused": 0,
831-
"eyes": 5,
832-
"heart": 8,
786+
"eyes": 6,
787+
"heart": 9,
833788
"hooray": 0,
834789
"laugh": 0,
835790
"rocket": 0,
836-
"total_count": 52,
791+
"total_count": 58,
837792
"url": "https://api.github.com/repos/neovim/neovim/issues/15950/reactions"
838793
},
839794
"repository_url": "https://api.github.com/repos/neovim/neovim",
@@ -846,7 +801,17 @@
846801
},
847802
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/15950/timeline",
848803
"title": "defaults(quickfix): improve layout/UI",
849-
"updated_at": "2025-01-17T15:59:28Z",
804+
"type": {
805+
"color": "blue",
806+
"created_at": "2024-01-25T10:10:19Z",
807+
"description": "A request, idea, or new functionality",
808+
"id": 597167,
809+
"is_enabled": true,
810+
"name": "Enhancement",
811+
"node_id": "IT_kwDOAGK_Pc4ACRyv",
812+
"updated_at": "2024-07-26T10:12:30Z"
813+
},
814+
"updated_at": "2025-06-30T19:48:46Z",
850815
"url": "https://api.github.com/repos/neovim/neovim/issues/15950",
851816
"user": {
852817
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",

0 commit comments

Comments
 (0)