biomejs / biome-zed

Biome extension for Zed
https://biomejs.dev
MIT License
127 stars 4 forks source link

Update `source.organizeImports` config example #4

Closed chungweileong94 closed 5 months ago

chungweileong94 commented 5 months ago

Change source.organizeImports to source.organizeImports.biome in the configuration example.

Using source.organizeImports will use the primary lsp to format the imports, instead, we can use biome lsp to format the imports with source.organizeImports.biome

luckydye commented 5 months ago

Thank you :)