SeniorMars / typst.nvim

WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim.
Apache License 2.0
141 stars 2 forks source link

[Question] Status? #4

Open knedl1k opened 1 year ago

knedl1k commented 1 year ago

Any updates about the project? Is it dead?

TheGreyGandalf commented 1 year ago

@knedl1k I think that our developer @SeniorMars has stopped to develop... The problem in that, without this, all the other stuff and plugins for NeoVim are useless. I wanted to have Typst on my machine independentey to intenet connection, but I'm afraid that at the moment I must use the Typst web app, well written, but i got some bitter in the mouth now...

knedl1k commented 1 year ago

@TheGreyGandalf Well, you can use VSCodium with this extension. Better than nothing.

TheGreyGandalf commented 1 year ago

I'm a NeoVim user So I'm a ballbreaker, i wanted to have it on my machine... Without this maintained, and the coc (Code Completion) for typst written by our mutual frend @SeniorMars i'm forced to use codium or other crap like the site stay in peace

Sebbito commented 1 year ago

Well would anyone be interested in developing and/or moderating the development?

I'd be tempted to give it a shot but I can probably not dedicate too much time into it.

About ideas of further development: @ZackGlenn opened this issue over at the typst-treesitter repo and might have a valid point in using rust-sitter for the treesitter part of this project. But then again i have 0 experience in writing lsp's in particular.

Perhaps the work @SeniorMars put in can be built upon, I haven't looked too much into these repos.

Sebbito commented 1 year ago

Ok small update from my side. I think this may not be necessary after all. I've found these two repos that work on my neovim just fine:

https://github.com/nvarner/typst-lsp https://github.com/kaarmu/typst.vim

Just thought I'd let you know.