cemacs·Emacsbyclaim_arguably How to add support for typst in doom emacs?View original on lemdro.id6Comments1
sskami sh.itjust.worksI'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.2
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.