svelte: isolate prettier formatter wiring and fix plugin runtime packaging

This commit is contained in:
suiiii 2026-04-12 21:06:23 +02:00
commit a6d2346e34
No known key found for this signature in database
GPG key ID: 2F1ACB1232E35B05
3 changed files with 43 additions and 9 deletions

View file

@ -390,4 +390,10 @@ https://github.com/gorbit99/codewindow.nvim
- Add razor support for `roslyn_ls` and `csharp_ls`
[suiiii](https://github.com/suicide)
- Fix `languages.svelte` formatting to use an isolated Conform formatter id and
a wrapped Prettier package, so enabling Svelte support no longer overrides
TypeScript formatting or breaks Svelte plugin resolution at runtime.
<!-- vim: set textwidth=80: -->