mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-05-30 13:47:01 +02:00
Merge pull request 'Add Gram Editor to alternatives of Zed' (#67) from xsty/open-slopware:main into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/67 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This commit is contained in:
commit
8b1cf7cfbe
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|---|---|---|---|
|
||||
| [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. |
|
||||
| [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), [Gram](https://codeberg.org/GramEditor/gram) (removes AI integration, codebase may still contain AI code), 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/), [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. |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue