-
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?
-
krig
I don’t think so. It should!
-
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?
-
lauan_carvalho
i see that it already has ruff support which is awesome
-
krig
Python is mostly supported without extensions, yeah
-
krig
In the Language server configuration you can allow it to download the LSP for you
-
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
-
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