Configure Zed for Astro #6640
-
Hi all! I know you can configure different LSPs in the Zed user settings, e.g.
I'm curious if anyone knows how to add a new LSP server that does not ship with Zed to the user settings, specifically Astro. I know Zed uses tree-sitter, so I'm wondering how I can load a config to support *.astro files. I see there is a proposal to get Astro support as well, https://github.com/zed-industries/community/issues/600 There is https://github.com/virchau13/tree-sitter-astro which works in Neovim, but I can't figure out how to load this tree-sitter via the config in Zed. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Would love help too... |
Beta Was this translation helpful? Give feedback.
-
If there's a way to load new LSPs, it would be amazing to see that in the docs. |
Beta Was this translation helpful? Give feedback.
-
There's an ongoing work on adding Astro support: #6896 The latter is closing to its first public prototype, so not sure we want to add anything to docs before it comes out and sure have to update them afterwards. |
Beta Was this translation helpful? Give feedback.
There's an ongoing work on adding Astro support: #6896
and also an ongoing work on generic language support, tracked here: #7096
The latter is closing to its first public prototype, so not sure we want to add anything to docs before it comes out and sure have to update them afterwards.