nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

feat(builtins): add typstyle formatter for typst #146

Closed PriceHiller closed 2 months ago

PriceHiller commented 2 months ago

Hello, this adds the typstyle formatter for typst files.

One thing I'm not 100% sure on is if I needed to update the doc/BUILTINS.md file or not to reflect this change -- seems there's a CI runner that auto updates the docs. Wasn't sure if that covered generating that or not.

Let me know if you desire any changes, I'll be happy to make 'em.

mochaaP commented 2 months ago

Thanks!