From 395cca47e671c1f107960e39bcf3838160f4878e Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Sun, 8 Mar 2026 14:32:16 +0100 Subject: [PATCH 1/6] Add VIm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57e34c9..0de59ba 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to 9.2.0 and some 9.1.xxxx builds. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm.](https://hachyderm.io/@AndrewRadev/116175986749599825) | This also affects neovim. | ### Accessibility Tools From 69e8df9793017c905a88d6fe5e079abbd702d198 Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Sun, 8 Mar 2026 15:23:41 +0100 Subject: [PATCH 2/6] Add more evidence for VIm - thanks @tjk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de59ba..3e02687 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | -| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to 9.2.0 and some 9.1.xxxx builds. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm.](https://hachyderm.io/@AndrewRadev/116175986749599825) | This also affects neovim. | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 2026 or 9.2.0 and some 9.1.xxxx builds. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | ### Accessibility Tools From 51db858787443c3920fddab5ebc0ab73e44ac758 Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Sun, 8 Mar 2026 15:27:51 +0100 Subject: [PATCH 3/6] Add specific version for VIm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e02687..fda18a0 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | -| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 2026 or 9.2.0 and some 9.1.xxxx builds. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 2026 or v9.1.2069. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | ### Accessibility Tools From 98d330ca8bc9a5f9cf6af563395c3a8ff328b8ac Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Sun, 8 Mar 2026 15:34:09 +0100 Subject: [PATCH 4/6] Fix small inaccuracy for VIm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fda18a0..44b2291 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | -| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 2026 or v9.1.2069. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 9th 2026 or v9.1.2072. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | ### Accessibility Tools From e650db319cf804635cb081230a71fa66e5b9ae64 Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Sun, 8 Mar 2026 15:41:23 +0100 Subject: [PATCH 5/6] Add first AI commit for VIm and fix build number typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b2291..4858448 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | -| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 9th 2026 or v9.1.2072. | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 9th 2026, build v9.1.2073 or commit [`fc00006777594f969ba8fcff676e6ca1bcb43546`](https://github.com/vim/vim/commit/fc00006777594f969ba8fcff676e6ca1bcb43546). | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | ### Accessibility Tools From f03ccf26e2fceb60f21d8977b7e3e0fcc96e9bf6 Mon Sep 17 00:00:00 2001 From: NerdNextDoor Date: Mon, 9 Mar 2026 00:33:58 +0100 Subject: [PATCH 6/6] Fork alternative for VIm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4858448..7b335b0 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Depending on your needs and technical concerns, you may find any number of diffe |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | -| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/) and other forks of VIm prior to January 9th 2026, build v9.1.2073 or commit [`fc00006777594f969ba8fcff676e6ca1bcb43546`](https://github.com/vim/vim/commit/fc00006777594f969ba8fcff676e6ca1bcb43546). | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | +| [VIm](https://www.vim.org/) | [emacs](https://www.gnu.org/software/emacs/), [EVi](https://codeberg.org/NerdNextDoor/evi) and other forks of VIm prior to January 9th 2026, build v9.1.2073 or commit [`fc00006777594f969ba8fcff676e6ca1bcb43546`](https://github.com/vim/vim/commit/fc00006777594f969ba8fcff676e6ca1bcb43546). | [Thread on Hachyderm.io where screenshots show that the lead maintainer, chrisbra, uses Claude for VIm](https://hachyderm.io/@AndrewRadev/116175986749599825) including [commits featuring Claude in the VIm repo.](https://github.com/search?q=repo%3Avim%2Fvim+claude&type=commits&s=committer-date&o=desc) | This also affects neovim. | ### Accessibility Tools