Gram: no-AI (and other shit) code editor

https://gram-editor.com/

Has been born as a fork of Zed.

52 points · 10 comments · view on lemmy.world

10 Comments

kibblebits@quokk.au · 9 pts · 58d (3 replies)

Ohhhhh i’ve been waiting for someone to do this. I like Zed, but I hate to have all that AI and subscription bullshit. And VS code is just too bloated.

rounding_error@lemmy.today · 0 pts · 58d (2 replies)

this was already (well recently) addressed with the disableAI flag

gravitas_deficiency@sh.itjust.works · 8 pts · 58d

This is literally a fork of Zed that was made after Zed started to lean into AI bullshit. The first thing Gram did was rip out the (then fairly nascent) AI crap.

kibblebits@quokk.au · 4 pts · 58d

I wrote Zed off.

hperrin@lemmy.ca · 4 pts · 58d (2 replies)

First impressions: not bad, but a little buggy.

I can’t edit the settings in the settings UI and there’s no indication why.

The language servers all say they’re broken, but they all seem to be working fine.

It’s incredibly fast. Way faster than my current VS Code setup.

It’s minimal, and I like that.

(Running on macOS.)

fzz@programming.dev · 1 pts · 58d (1 reply)

For me personally, settings UI isn't needed at all — I prefer configs, I can search (text or keys), use outline, comments, navigation & editing history, VCS features, etc...

All extensions should be built by hand currently, and unfortunately any LS must be wrapped in adapter-extension like it is in Zed — that's terrible thing and in Zed it is so just because vendor wants to control anything about what and how you use with the editor. I've worked on wrapper-less LS(P) & DAP support (like it is in Helix) for Gram, but currently I'm stuck and freeze it for some time. But you can try too!

hperrin@lemmy.ca · 3 pts · 58d

It definitely has a lot of promise! I’d say it’s not quite where I would switch from VS Code, but I’d imagine with not a lot of work, it would be there. 8/10 will recommend.

hperrin@lemmy.ca · 3 pts · 58d (2 replies)

Flatpak?

fzz@programming.dev · 3 pts · 58d (1 reply)

Flatpak

yup, as well as others.

hperrin@lemmy.ca · 2 pts · 58d

I don’t see it on Flathub though. Is that planned?