The Gram Code Editor - 2026-07-04


  1. msrd0

    Does gram have an "insert literal" action similar to C-q in emacs? I.e. if I press C-q TAB, then it inserts a tab character instead of doing current file indentation magic?

  2. krig

    I don’t think so. It should!

  3. lauan_carvalho

    hello! i am new to the gram editor and i am not completely sure how to use it yet, mainly related to the extensions, how can i install extensions like pyright and debugpy?

  4. lauan_carvalho

    i see that it already has ruff support which is awesome

  5. krig

    Python is mostly supported without extensions, yeah

  6. krig

    In the Language server configuration you can allow it to download the LSP for you

  7. lauan_carvalho

    oh thanks, i ask this because i am trying to get gram to the terra fedora repo and installing extensions is something i need to like tell them/know how to do

  8. krig

    Ah I see. Well, right now installing theme extensions is easy, just install any zed theme. But language extensions require compiling from source so you need a full rust + Wasm + WASI toolchain