zed
zed copied to clipboard
feat: avoid nodejs whenever possible by switching to a natively built LSP for most common file types
trafficstars
Check for existing issues
- [X] Completed
Describe the feature
Using Zed feels great, however seeing nodejs randomly being spawned only because you opened a json file makes it loose its charm and breaks the promise of a low memory footprint editor
I suggest using a natively built LSP whenever possible for most common files
I suggest: https://github.com/biomejs/biome for js/json etc
If applicable, add mockups / screenshots to help present your vision of the feature
No response