claim_arguably@lemdro.id to Emacs@programming.devEnglish · 3 months agoHow to add support for typst in doom emacs?message-squaremessage-square1linkfedilinkarrow-up16arrow-down10
arrow-up16arrow-down1message-squareHow to add support for typst in doom emacs?claim_arguably@lemdro.id to Emacs@programming.devEnglish · 3 months agomessage-square1linkfedilink
minus-squareskami@sh.itjust.workslinkfedilinkarrow-up2·3 months agoI’ve had to edit typst recently and I used https://codeberg.org/meow_king/typst-ts-mode And the LSP: https://github.com/Myriad-Dreamin/tinymist Specifically for doom, you’d add typst-ts-mode in your packages.el in a package! entry and check either eglot or lsp-mode doc for how to configure the LSP.
I’ve had to edit typst recently and I used
https://codeberg.org/meow_king/typst-ts-mode
And the LSP: https://github.com/Myriad-Dreamin/tinymist
Specifically for doom, you’d add typst-ts-mode in your packages.el in a package! entry and check either eglot or lsp-mode doc for how to configure the LSP.